org.jaxen
Class QualifiedName
- Serializable
(package private) class QualifiedName
extends java.lang.Object
implements Serializable
A local name (that matches the XML NCName production) and a namespace URI
with which the local name is qualified.
- Erwin Bolwidt ( ejb@klomp.org )
QualifiedName(String namespaceURI, String localName) - Constructs a QualifiedName object.
|
localName
private String localName
namespaceURI
private String namespaceURI
serialVersionUID
private static final long serialVersionUID
QualifiedName
(package private) QualifiedName(String namespaceURI,
String localName)
Constructs a QualifiedName object.
namespaceURI
- namespace URI that qualifies the name, or
null
for default namespacelocalName
- local name that is qualified by the namespace uri;
must not be null
equals
public boolean equals(Object o)
getClarkForm
(package private) String getClarkForm()
- James Clark's namespace form
hashCode
public int hashCode()