QName

A qualified XML name, containing the URI and the local name.

Methods:

QName

Objects:

String

Property Listing

Property

Type

Access

Description

localName

String

readonly

The local name part of the qualified name.

uri

String

readonly

The URI part of the qualified name.

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

String

The local name. Used only if URI is given as a string.

Return

QName.QName()

XML.name()