System::Xml::XPath::XPathNodeIterator::get_Current method
XPathNodeIterator::get_Current method
When overridden in a derived class, gets the XPathNavigator object for this XPathNodeIterator, positioned on the current context node.
virtual const SharedPtr<XPathNavigator> & System::Xml::XPath::XPathNodeIterator::get_Current()=0
ReturnValue
An XPathNavigator object positioned on the context node from which the node set was selected. The XPathNodeIterator::MoveNext method must be called to move the XPathNodeIterator to the first node in the selected set.
See Also
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNodeIterator
- Namespace System::Xml::XPath
- Library Aspose.PDF for C++