QName represents a qualified name
as defined in the XML specifications: XML Schema Part2:
Datatypes specification, Namespaces
in XML, Namespaces
in XML Errata.
The value of a QName contains a Namespace
URI, local part and
prefix.
The prefix is included in QName to retain lexical
information when present in an
javax.xml.transform.Source XML input source . |