LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_xml_dom_XDocumentType_idl__
21 #define __com_sun_star_xml_dom_XDocumentType_idl__
26 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:69
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:22
Definition: XDocumentType.idl:29
string getPublicId()
The public identifier of the external subset.
Definition: XNamedNodeMap.idl:31