Getter functions | |
| bool | hasFeature (const DOMString &feature, const DOMString &version) |
| DOM_DOMImplementation & | getImplementation () |
Public Methods | |
Constructors and assignment operators | |
| DOM_DOMImplementation () | |
| DOM_DOMImplementation & | operator= (const DOM_DOMImplementation &other) |
Destructor | |
| ~DOM_DOMImplementation () | |
Functions introduced in DOM Level 2. | |
| DOM_DocumentType | createDocumentType (const DOMString &qualifiedName, const DOMString &publicId, const DOMString &systemId) |
| DOM_Document | createDocument (const DOMString &namespaceURI, const DOMString &qualifiedName, const DOM_DocumentType &doctype) |
Static Public Methods | |
| void | reinitDOM_DOMImplementation () |
|
|
Construct a DOM_Implementation reference variable, which should be assigned to the return value from |
|
|
Destructor. The object being destroyed is a reference to the DOMImplemenentation, not the underlying DOMImplementation object itself, which is owned by the implementation code. |
|
||||||||||||||||
|
Creates an XML
doctype is not null, its Node.ownerDocument attribute is set to the document being created.
|
|
||||||||||||||||
|
Creates an empty
|
|
|
Return a reference to a DOM_Implementation object for this DOM implementation. Intended to support applications that may be using DOMs retrieved from several different sources, potentially with different underlying implementations. |
|
||||||||||||
|
Test if the DOM implementation implements a specific feature.
|
|
|
Assignment operator |
1.3-rc1