System::Xml::XPath::XPathNavigator::ReadSubtree method

XPathNavigator::ReadSubtree method

Returns an XmlReader object that contains the current node and its child nodes.

virtual SharedPtr<XmlReader> System::Xml::XPath::XPathNavigator::ReadSubtree()

ReturnValue

An XmlReader object that contains the current node and its child nodes.

See Also