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