Unicorn XML Toolkit
Version 1.00.00

Namespace Dom
Class IDomImplementation

class IDomImplementation: virtual public CInterface {
public:
    IDomImplementation();
    virtual ~IDomImplementation();
public:
    virtual bool HasFeature(
        const CString &strFeature,
        const CString &strVersion) = 0;
    };

The container for features related to implementation of the document model.

This class implements the C++ binding for the DOMImplementation interface specified by DOM.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
IDomImplementation ();
����������Constructs the DOM implementation.
~IDomImplementation ();
����������Destroys the DOM implementation.

Function Summary
bool HasFeature (const CString &strFeature, const CString &strVersion);
����������Tests whether the document model implements the version specified by strVersion of the feature specified by strFeature .

Constructor/Destructor Detail

IDomImplementation

IDomImplementation();

Constructs the DOM implementation.

~IDomImplementation

virtual ~IDomImplementation();

Destroys the DOM implementation.

Function Detail

HasFeature

virtual bool HasFeature(
    const CString &strFeature,
    const CString &strVersion) = 0;

Tests whether the document model implements the version specified by strVersion of the feature specified by strFeature .

This method implements the C++ binding for the hasFeature operation specified by DOM.

Parameters:
strFeature - the name of the feature
strVersion - the version of the feature
Returns:
true if the specified version of the specified feature is implemented; false otherwise

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.