#include <dom_implementation.h>
Public Member Functions | |
Construction | |
| CL_DomImplementation () | |
| Constructs a DOM Implementation handle. | |
| CL_DomImplementation (CL_DomDocument &doc) | |
| Constructs a DomImplementation. | |
| ~CL_DomImplementation () | |
Operations | |
| bool | has_feature (const CL_DomString &feature, const CL_DomString &version) |
| Test if the DOM implementation implements a specific feature. | |
| CL_DomDocumentType | create_document_type (const CL_DomString &qualified_name, const CL_DomString &public_id, const CL_DomString &system_id) |
| Creates an empty DocumentType node. | |
| CL_DomDocument | create_document (const CL_DomString &namespace_uri, const CL_DomString &qualified_name, const CL_DomDocumentType &doctype) |
| Creates an XML Document object of the specified type with its document element. | |
The DOM Implementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
|
|
Constructs a DOM Implementation handle.
|
|
|
Constructs a DomImplementation.
|
|
|
|
|
||||||||||||||||
|
Creates an XML Document object of the specified type with its document element.
|
|
||||||||||||||||
|
Creates an empty 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. |
|
||||||||||||
|
Test if the DOM implementation implements a specific feature.
|
1.4.6