class REXML::Text

def doctype

def doctype
  if @parent
    doc = @parent.document
    doc.doctype if doc
  end
end