A QName object is a JavaScript object that represents a qualified name as defined in the XML specifications.

Hierarchy

  • QName

Properties

localPart: string

The local part

namespace: string

The namespace.

prefix: string

The prefix.