Class QName
java.lang.Object
org.apache.xmlgraphics.util.QName
- All Implemented Interfaces:
Serializable
Represents a qualified name of an XML element or an XML attribute.
Note: This class allows to carry a namespace prefix but it is not used in the equals() and hashCode() methods.
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
namespaceURI
-
localName
-
prefix
-
hashCode
private int hashCode
-
-
Constructor Details
-
QName
-
QName
-
-
Method Details
-
getNamespaceURI
- Returns:
- the namespace URI
-
getPrefix
- Returns:
- the namespace prefix
-
getLocalName
- Returns:
- the local name
-
getQName
- Returns:
- the fully qualified name
-
hashCode
-
equals
-
toString
-
toHashString
-