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.
| Public Attributes |
| entities |
name is the name of the doctype external_id is the referenced DTD, if given
|
| external_id |
name is the name of the doctype external_id is the referenced DTD, if given
|
| name |
name is the name of the doctype external_id is the referenced DTD, if given
|
| namespaces |
name is the name of the doctype external_id is the referenced DTD, if given
|
| Private Methods |
| strip_quotes |
Method contributed by Henrik Martensson
|
<code/>and<pre/>for code samples.