method
doctype
v2_4_6 -
Show latest stable
- Class:
REXML::Attribute
doctype()public
No documentation available.
# File lib/rexml/attribute.rb, line 119
def doctype
if @element
doc = @element.document
doc.doctype if doc
end
end