| Class REXML::DocType |
|
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 |
| 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 |
| 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% |