System::Xml::XmlValidatingReader::MoveToElement method
XmlValidatingReader::MoveToElement method
Moves to the element that contains the current attribute node.
bool System::Xml::XmlValidatingReader::MoveToElement() override
ReturnValue
true if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false if the reader is not positioned on an attribute (the position of the reader does not change).
See Also
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++