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