All Classes |Grouped Classes |Index

Class CL_DomImplementation

DOM Implementation class. More...

Derived from:

None

Derived by:

None

Group:

XML (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_DomImplementation

Constructs a DOM Implementation handle.


Operations:

has_feature

Test if the DOM implementation implements a specific feature.

create_document_type

Creates an empty DocumentType node.

create_document

Creates an XML Document object of the specified type with its document element.

Detailed description:

The DOM Implementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.