ReadSubtree()

XPathNavigator::ReadSubtree() method

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

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

Return Value

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

See Also