ReadSubtree()

XmlReader::ReadSubtree() method

Returns a new XmlReader instance that can be used to read the current node, and all its descendants.

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

Return Value

A new XML reader instance set to ReadState::Initial. Calling the XmlReader::Read method positions the new reader on the node that was current before the call to the XmlReader::ReadSubtree method.

See Also