Core JavaScriptExtendScript only
Object

QName

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

Properties

NameType AccessDescription
String readonly The local name part of the qualified name.
String readonly The URI part of the qualified name.

Methods

QName

Creates a QName object.

uri Varies The URI, specified as a Namespace object, an existing QName object, or string.
name? String The local name. Used only if URI is given as a string.

Parameter of 1

Method parameters that accept a QName.

Return 2

Methods that return a QName.