Move to the attribute with matching name and namespace.
[Visual Basic] Overloads MustOverride Public Function MoveToAttribute( _ ByVal localName As String, _ ByVal namespaceURI As String _ ) As Boolean [C#] public abstract bool MoveToAttribute( string localName, string namespaceURI ); [C++] public: virtual bool MoveToAttribute( String* localName, String* namespaceURI ) = 0; [JScript] public abstract function MoveToAttribute( localName : String, namespaceURI : String ) : Boolean;
true if the attribute is found; otherwise, false. If false, the XmlNavigator's position does not change.
If you are positioned on an attribute, this method will do an implicit MoveToElement before processing this method.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace | XmlNavigator.MoveToAttribute Overload List