Package org.jaxen
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
Constructs a QualifiedName object.- Parameters:
namespaceURI
- namespace URI that qualifies the name, ornull
for default namespacelocalName
- local name that is qualified by the namespace uri; must not benull
-
-
Method Details