Click to return to the XML (Extensible Markup Language) home page    
XMLDOMImplementation Obje...    
Web Workshop  |  XML (Extensible Markup Language)

hasFeature Method


Returns true if the specified version of the implementation supports the specified feature.

Syntax

boolValue = oXMLDOMImplementation.hasFeature(feature, version)

Parameters

feature
String that specifies the feature to test. In Level 1, valid feature values are "XML," "DOM," and "MS-DOM" (case insensitive).
version
String that specifies the version number to test, or, if NULL, tests for implementation of the feature in any version. In Level 1, "1.0" is the valid version value.

Returns

Boolean. Returns true if the specified feature is implemented, or false otherwise.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLDOMImplementation


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.