Represents an XML document type declaration such as <!DOCTYPE book SYSTEM "docbookx.dtd">
. Note that this is not the same thing as a document type definition (DTD). XOM does not currently model the DTD. The document type declaration contains or points to the DTD, but it is not the DTD.
A DocType
object does not have any child nodes. It can be a child of a Document
.
Each DocType
object has four String
properties, some of which may be null:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|