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
clone    new    parse_stream    write   
Attributes
: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

Public Class methods
clone%params%
new%params%
parse_stream%params%
write%params%
Public Instance methods
clone%params%
new%params%
parse_stream%params%
write%params%