System::Xml::XmlReader::ReadElementContentAsString method
Contents
[
Hide
]XmlReader::ReadElementContentAsString() method
Reads the current element and returns the contents as a String object.
virtual String System::Xml::XmlReader::ReadElementContentAsString()
ReturnValue
The element content as a String object.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++
XmlReader::ReadElementContentAsString(String, String) method
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a String object.
virtual String System::Xml::XmlReader::ReadElementContentAsString(String localName, String namespaceURI)
Parameter | Type | Description |
---|---|---|
localName | String | The local name of the element. |
namespaceURI | String | The namespace URI of the element. |
ReturnValue
The element content as a String object.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++