Class XmlDtd
An XML document type definition (DTD).
Example:
<!ELEMENT person (firstName, lastName?)>
<!ELEMENT firstName (#PCDATA)>
<!ELEMENT lastName (#PCDATA)>
Import path
import java
Direct supertypes
Indirect supertypes
Predicates
getParent |
Gets the parent of this DTD. |
getPublicId |
Gets the public ID of this DTD. |
getRoot |
Gets the name of the root element of this DTD. |
getSystemId |
Gets the system ID of this DTD. |
isPublic |
Holds if this DTD is public. |
toString |
Gets a textual representation of this element. |
Inherited predicates
getLocation |
Gets the source location for this element. |
from XmlLocatable |
hasLocationInfo |
Holds if this element is at the specified location. The location spans column |
from XmlLocatable |