|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module xml { module dom {
24 interface XDocumentType;
65 boolean hasFeature([in]
string feature, [in]
string ver);
XDocumentType createDocumentType([in] string qualifiedName, [in] string publicId, [in] string systemId)
Creates an empty DocumentType node.
boolean hasFeature([in] string feature, [in] string ver)
Test if the DOM implementation implements a specific feature.
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:28
Definition: XDOMImplementation.idl:27
XDocument createDocument([in] string namespaceURI, [in] string qualifiedName, [in] XDocumentType doctype)
Creates a DOM Document object of the specified type with its document element.
Definition: XDocument.idl:23
Definition: Ambiguous.idl:20
Definition: XDocumentType.idl:23
base interface of all UNO interfaces
Definition: XInterface.idl:46