This class represents a global name, ie one which has been created using XML namespaces. It has two parts, a local_name and a URI. The URI is &null if the global name is the same as the local name.
For example with the XML fragment
<SOAP-ENV:Envelope mlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
the global name of the element would be the instance
GlobalName("Envelope", "http://schemas.xmlsoap.org/soap/envelope/")
| Class summary |
| Methods defined in this class |
| equals(other) get_local_name() get_uri() to_string() |
| Variables defined in this class |
| local_name uri |
| Method detail |
| Variable detail |