class DOM_DOMImplementation This class provides a way to query the capabilities of an implementation of the DOM
| | Constructors and assignment operators
| ||||
| | Destructor
| ||||
| | Functions introduced in DOM Level 2.
| ||||
| | Getter functions
|
This class provides a way to query the capabilities of an implementation of the DOM
DOM_Implementation::getImplementation()
DOM_DOMImplementation& operator = (const DOM_DOMImplementation &other)
true if the feature is implemented in the specified
version, false otherwise.
true.
static DOM_DOMImplementation& getImplementation()
DocumentType node.
Entity declarations and notations are not made available.
Entity reference expansions and default attribute additions
do not occur. It is expected that a future version of the DOM
will provide a way for populating a DocumentType.
DocumentType node with
Node.ownerDocument set to null.
When
DOM_Document createDocument(const DOMString &namespaceURI, const DOMString &qualifiedName, const DOM_DocumentType &doctype)
Document object of the specified type
with its document element
doctype has already
been used with a different document.Document object.
null.
qualifiedName - The qualified name
of the document element to be created.
doctype - The type of document to be created or null.
doctype is not null, its
Node.ownerDocument attribute is set to the document
being created.
alphabetic index hierarchy of classes
| XML Parser for C++ 2.0 Copyright © IBM Corp, 1999 Center for Java Technology 10275 N. De Anza Blvd. Cupertino CA 95014 USA Email: xml4c@us.ibm.com |
|
generated by doc++