20module
com { module sun { module star { module xml { module dom {
Definition XDocumentType.idl:23
XNamedNodeMap getEntities()
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
string getName()
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
string getPublicId()
The public identifier of the external subset.
string getInternalSubset()
The internal subset as a string, or null if there is none.
string getSystemId()
The system identifier of the external subset.
XNamedNodeMap getNotations()
A NamedNodeMap containing the notations declared in the DTD.
Definition XNamedNodeMap.idl:25
The primary dom datatype.
Definition XNode.idl:61
Definition Ambiguous.idl:20