public class QName
extends org.apache.xmlgraphics.util.QName
Note: This class allows to carry a namespace prefix but it is not used in the equals() and hashCode() methods.
public QName(java.lang.String namespaceURI, java.lang.String prefix, java.lang.String localName)
namespaceURI
- the namespace URIprefix
- the namespace prefix, may be nulllocalName
- the local namepublic QName(java.lang.String namespaceURI, java.lang.String qName)
namespaceURI
- the namespace URIqName
- the qualified nameCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.