Determines whether the current node has the specified attribute from the specified namespace.
[Visual Basic] Overloads MustOverride Public Function HasAttribute( _ ByVal localName As String, _ ByVal namespaceURI As String _ ) As Boolean [C#] public abstract bool HasAttribute( string localName, string namespaceURI ); [C++] public: virtual bool HasAttribute( String* localName, String* namespaceURI ) = 0; [JScript] public abstract function HasAttribute( localName : String, namespaceURI : String ) : Boolean;
true if the current node has the specified attribute; otherwise, false.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace | XmlNavigator.HasAttribute Overload List