Determines whether the current node has the specified attribute.
Determines whether the current node has the specified attribute from the specified namespace.
[Visual Basic] Overloads Overrides Public Function HasAttribute(String, String) As Boolean
[C#] public override bool HasAttribute(String, String);
[C++] public: override bool HasAttribute(String*, String*);
[JScript] public override function HasAttribute(String, String) : Boolean;
Determines whether the current node has the specified attribute.
[Visual Basic] Overloads Overrides Public Function HasAttribute(String) As Boolean
[C#] public override bool HasAttribute(String);
[C++] public: override bool HasAttribute(String*);
[JScript] public override function HasAttribute(String) : Boolean;
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace