Test if the DOM implementation implements a specific feature.
[Visual Basic] Overridable Public Function Supports( _ ByVal feature As String, _ ByVal version As String _ ) As Boolean [C#] public virtual bool Supports( string feature, string version ); [C++] public: virtual bool Supports( String* feature, String* version ); [JScript] public function Supports( feature : String, version : String ) : Boolean;
true if the feature is implemented in the specified version; otherwise, false.
This implementation returns true for the following combinations:
strFeature | strVersion |
---|---|
XML | 1.0 |