System::Xml::XmlReader::ReadInnerXml method
XmlReader::ReadInnerXml method
When overridden in a derived class, reads all the content, including markup, as a string.
virtual String System::Xml::XmlReader::ReadInnerXml()
ReturnValue
All the XML content, including markup, in the current node. If the current node has no children, an empty string is returned. If the current node is neither an element nor attribute, an empty string is returned.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++