Documentation
Objects of type DOMImplementation have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| _implprivate | LIBXMLImplementationPrivate | |
| createDocument | function | |
| createDocumentFromHTMLFile | function | |
| createDocumentFromHTMLString | function | |
| createDocumentFromXMLFile | function | |
| createDocumentFromXMLString | function | |
| createDocumentType | function | |
| getLastMsg | function | |
| getProductInfo | function | |
| hasFeature | function | |
| new | function | |
| type | type |
DOMImplementationvar.createDocument (
DOMImplementation ,
string me,
string namespaceURI,
DOMDocumentType qualifiedName )
doctype
DOMImplementationvar.createDocumentFromHTMLFile (
DOMImplementation ,
string me,
boolean filePath )
keepBlanks
DOMImplementationvar.createDocumentFromHTMLString (
DOMImplementation ,
string me,
boolean xmlString )
keepBlanks
DOMImplementationvar.createDocumentFromXMLFile (
DOMImplementation ,
string me,
boolean filePath )
keepBlanks
DOMImplementationvar.createDocumentFromXMLString (
DOMImplementation ,
string me,
boolean xmlString )
keepBlanks
DOMImplementationvar.createDocumentType (
DOMImplementation ,
string me,
string qualifiedName,
string publicId )
systemId



