XdmReader.MoveToAttribute Method (string, string)XdmReader.MoveToAttribute Method (String, String)XdmReader::MoveToAttribute Method (String^, String^)
- XmlPrime 2.8
- Other Versions ▼
When overridden in a derived class, moves to the attribute with the specified LocalNameLocalNameLocalName and NamespaceURINamespaceURINamespaceURI.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- name
Type: System.StringSystem.StringSystem::String^
The local name of the attribute.
- ns
Type: System.StringSystem.StringSystem::String^
The namespace URI of the attribute.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the attribute is found; otherwise, false
False
false
. If false
False
false
, the reader's position does not change.