System::Xml::XmlReader::ReadSubtree method
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()
ReturnValue
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
- Typedef SharedPtr
- Class XmlReader
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++