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 MustOverride Public Function HasAttribute(String, String) As Boolean
[C#] public abstract bool HasAttribute(String, String);
[C++] public: virtual bool HasAttribute(String*, String*) = 0;
[JScript] public abstract function HasAttribute(String, String) : Boolean;
Determines whether the current node has the specified attribute.
[Visual Basic] Overloads MustOverride Public Function HasAttribute(String) As Boolean
[C#] public abstract bool HasAttribute(String);
[C++] public: virtual bool HasAttribute(String*) = 0;
[JScript] public abstract function HasAttribute(String) : Boolean;
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace