[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.


Method Index

getName Return name of DTD
getEntities Return NamedNodeMap of DTD's (general) entities
getNotations Return NamedNodeMap of DTD's notations

Methods

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