Method Summary |
|
Enumeration | elementTypeNames() Returns an enumeration over the names of element types which were
declared in the DTD or for which attributes were declared in the DTD. |
Enumeration | entityNames(byte entityType) Returns an enumeration over the names of entities of the
specified type. |
String | getDocumentTypeName() Returns the document type name or null if there was no DOCTYPE
declaration. |
ElementType | getElementType(String name) Returns information about the element type with the specified name,
or null if there was neither an ELEMENT nor an ATTLIST declaration. |
Entity | getEntity(byte entityType, String name) Returns information about the entity with the specified name
and type or null if there was no such entity declared. |
boolean | isComplete() Returns true if the complete DTD was processed. |
boolean | isStandalone() Returns true if standalone="yes" was specified in the
XML declaration. |