System::Xml::XmlAttribute::get_BaseURI method
XmlAttribute::get_BaseURI method
Returns the base Uniform Resource Identifier (URI) of the node.
String System::Xml::XmlAttribute::get_BaseURI() override
ReturnValue
The location from which the node was loaded or String::Empty if the node has no base URI. Attribute nodes have the same base URI as their owner element. If an attribute node does not have an owner element, get_BaseURI returns String::Empty.
See Also
- Class String
- Class XmlAttribute
- Namespace System::Xml
- Library Aspose.TeX for C++