A qualified XML name, containing the URI and the local name.
Go to Property Listing | Method Listing
Constructor
QName QName (uri:Varies, [name:String])
Creates a QName object.
| Parameter | Type | Description | 
|---|---|---|
| uri | Varies | The URI, specified as a Namespace object, an existing QName object, or string. If this is a Namespace object, the URI is set to the namespace URI, and there is no local name. If this is a QName object, the URI and localName is set to those of that object. If this is a string, the URI is set to that string. | 
| name | The local name. Used only if URI is given as a string. |