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