System::Xml::XmlReader::LookupNamespace method
XmlReader::LookupNamespace method
When overridden in a derived class, resolves a namespace prefix in the current element’s scope.
virtual String System::Xml::XmlReader::LookupNamespace(const String &prefix)=0
Parameter | Type | Description |
---|---|---|
prefix | const String& | The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string. |
ReturnValue
The namespace URI to which the prefix maps or nullptr if no matching prefix is found.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++