org.jaxen
class QualifiedName extends Object implements Serializable
| Field Summary | |
|---|---|
| String | localName |
| String | namespaceURI |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| QualifiedName(String namespaceURI, String localName) Constructs a QualifiedName object.
| |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| String | getClarkForm() |
| int | hashCode() |
Parameters: namespaceURI namespace URI that qualifies the name, or
null for default namespace localName local name that is qualified by the namespace uri;
must not be null
Returns: James Clark's namespace form