[All Packages] [This Package] [Previous Class] [Next Class]
Class: DocumentType
This class contains methods for accessing information about the Document Type
Definition (DTD) of a document.


getName
- Function:
- Return name of DTD
- Prototype:
- DOMString getName()
- Arguments:
- None
- Returns:
- DOMString -- Name of DTD
getEntities
- Function:
- Returns map of DTD's (general) entities
- Prototype:
- NamedNodeMap* getEntities()
- Arguments:
- None
- Returns:
- NamedNodeMap* -- map of entities
getNotations
- Function:
- Return map of DTD's notations
- Prototype:
- NamedNodeMap* getNotations()
- Arguments:
- None
- Returns:
- NamedNodeMap* -- map of notations