XdmReader.MoveToElement MethodXdmReader.MoveToElement MethodXdmReader::MoveToElement Method
- XmlPrime 4.0
 - Other Versions ▼
 
            When overridden in a derived class, moves to the element that contains the current attribute node.
            
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
 - Assembly: XmlPrime (in XmlPrime.dll)
 
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
            trueTruetrue if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false
            falseFalsefalse if the reader is not positioned on an attribute (the position of the reader does not change).
            
