|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
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.
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 |
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.
pszFeature
- the name of the featurepszVersion
- the version of the featuretrue
if the specified version of
the specified feature is implemented;
false
otherwise
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |