Class REXML::DocType
In: rexml/doctype.rb
Parent: Parent

Represents an XML DOCTYPE declaration; that is, the contents of <!DOCTYPE ... >. DOCTYPES can be used to declare the DTD of a document, as well as being used to declare entities used in the document.

Methods
add    attribute_of    attributes_of    clone    entity    new    parse_stream    pull    write   
Attributes
:entities  [R] 
 name is the name of the doctype

external_id is the referenced DTD, if given

:external_id  [R] 
 name is the name of the doctype

external_id is the referenced DTD, if given

:name  [R] 
 name is the name of the doctype

external_id is the referenced DTD, if given

:namespaces  [R] 
 name is the name of the doctype

external_id is the referenced DTD, if given

Included modules
XMLTokens
Public Class methods
add%params%
attribute_of%params%
attributes_of%params%
clone%params%
entity%params%
new%params%
parse_stream%params%
pull%params%
write%params%
Public Instance methods
add%params%
attribute_of%params%
attributes_of%params%
clone%params%
entity%params%
new%params%
parse_stream%params%
pull%params%
write%params%