method

doctype

ruby latest stable - Class: REXML::Text
doctype()
public

No documentation available.

# File lib/rexml/text.rb, line 206
    def doctype
      if @parent
        doc = @parent.document
        doc.doctype if doc
      end
    end