org.jaxen

Class QualifiedName

Implemented Interfaces:
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.
Author:
Erwin Bolwidt ( ejb@klomp.org )

Field Summary

private String
localName
private String
namespaceURI
private static long
serialVersionUID

Constructor Summary

QualifiedName(String namespaceURI, String localName)
Constructs a QualifiedName object.

Method Summary

boolean
equals(Object o)
(package private) String
getClarkForm()
int
hashCode()

Field Details

localName

private String localName

namespaceURI

private String namespaceURI

serialVersionUID

private static final long serialVersionUID
Field Value:
2734958615642751535L

Constructor Details

QualifiedName

(package private)  QualifiedName(String namespaceURI,
                                 String localName)
Constructs a QualifiedName object.
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

Method Details

equals

public boolean equals(Object o)

getClarkForm

(package private)  String getClarkForm()
Returns:
James Clark's namespace form

hashCode

public int hashCode()