21 module
com { module sun { module star { module xml { module dom {
24 interface XDocumentType;
65 boolean hasFeature([in]
string feature, [in]
string ver);
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:28
base interface of all UNO interfaces
Definition: XInterface.idl:46
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.
boolean hasFeature([in] string feature, [in] string ver)
Test if the DOM implementation implements a specific feature.
XDocumentType createDocumentType([in] string qualifiedName, [in] string publicId, [in] string systemId)
Creates an empty DocumentType node.
Definition: XDocumentType.idl:23
Definition: XDocument.idl:23
Definition: Ambiguous.idl:20