get_BaseURI()

XmlAttribute::get_BaseURI() method

Returns the base Uniform Resource Identifier (URI) of the node.

String System::Xml::XmlAttribute::get_BaseURI() override

Return Value

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