| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocumentTypeDeclaration()
Returns the body of the DTD, including the internal DTD subset.
|
java.util.List |
getEntities()
Returns the entities declared in the DTD.
|
java.util.List |
getNotations()
Returns the notations declared in the DTD.
|
java.lang.Object |
getProcessedDTD()
Returns an implementation-specific representation of the DTD, or null
if no such representation is available.
|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodejava.lang.String getDocumentTypeDeclaration()
java.lang.Object getProcessedDTD()
java.util.List getNotations()
java.util.List getEntities()