System::Xml::XPath::XPathNavigator::MoveToParent method
XPathNavigator::MoveToParent method
When overridden in a derived class, moves the XPathNavigator to the parent node of the current node.
virtual bool System::Xml::XPath::XPathNavigator::MoveToParent()=0
ReturnValue
true if the XPathNavigator is successful moving to the parent node of the current node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
See Also
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.PUB for C++