QName
Platform independent implementation of QName
Platform independent implementation of QName
Use the native QName type.
Constructors
Create a new constructor with the given namespace uri, local part and prefix.
Create a new constructor with the given namespace uri and local part. The prefix is unspecified (empty).
Create a new QName in the default namespace with the given local name and null prefix.
Create a new constructor with the given namespace uri and local part. The prefix is unspecified (empty).
Create a new QName in the default namespace with the given local name and null prefix.
Create a new constructor with the given namespace uri and local part. The prefix is unspecified (empty).
Create a new QName in the default namespace with the given local name and null prefix.
Properties
Property syntax accessor for QName.getLocalPart
Property syntax accessor for QName.getNamespaceURI
Property syntax accessor for QName.getPrefix
Functions
Retrieve the local part of this QName.
Retrieve the local part of this QName.
Retrieve the local part of this QName.
Retrieve the namespace URI for this QName.
Retrieve the namespace URI for this QName.
Retrieve the namespace URI for this QName.
Determine whether two QNames are equivalent (the prefix is ignored, the others compared textually).
Determine whether the two QNames are fully equal
Extract the namespace for the QName (excluding the local name)
