Class QualifiedName
java.lang.Object
org.jaxen.QualifiedName
- All Implemented Interfaces:
Serializable
A local name (that matches the XML NCName production) and a namespace URI
with which the local name is qualified.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQualifiedName(String namespaceURI, String localName) Constructs a QualifiedName object. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
namespaceURI
-
localName
-
-
Constructor Details
-
QualifiedName
-
-
Method Details
-
hashCode
-
equals
-
getClarkForm
String getClarkForm()- Returns:
- James Clark's namespace form
-