method
doctype
v1_9_3_125 -
Show latest stable
- Class:
REXML::Text
doctype()public
No documentation available.
# File lib/rexml/text.rb, line 199
def doctype
if @parent
doc = @parent.document
doc.doctype if doc
end
end