Unicorn XML Toolkit
Version 1.50.00

Namespace Dom
Class IDomImplementation

class IDomImplementation {
public:
    bool HasFeature(
        const WCHAR *pszFeature,
        const WCHAR *pszVersion);
    };
typedef XRefCnt<IDomImplementation> XDomImplementation;

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

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

The entire class is not supported by XDM.

Since:
1.00.00
Version:
1.50.00
Author:
Alexey Gokhberg
Function Summary
bool HasFeature (const WCHAR *pszFeature, const WCHAR *pszVersion);
����������Tests whether the document model implements the version specified by pszVersion of the feature specified by pszFeature .

Function Detail

HasFeature

bool HasFeature(
    const WCHAR *pszFeature,
    const WCHAR *pszVersion);

Tests whether the document model implements the version specified by pszVersion of the feature specified by pszFeature .

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

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

Unicorn XML Toolkit
Version 1.50.00


This document was created using Unicorn DOC++.

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