The properties of the QName class are listed below. For a complete list of QName class members, see the QName Members topic.
![]() | The expanded name, as a string using the notation devised by James Clark.
If the name is in a namespace, the resulting string takes the form {uri}local .
Otherwise, the value is the local part of the name.
|
![]() | The local part of the QName |
![]() | The prefix of the QName. This plays no role in operations such as comparison of QNames for equality, but is retained (as specified in XPath) so that a string representation can be reconstructed. |
![]() | The namespace URI of the QName. Returns "" (the zero-length string) if the QName is not in a namespace. |