org.jaxen

Class QualifiedName

class QualifiedName extends 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
StringlocalName
StringnamespaceURI
static longserialVersionUID
Constructor Summary
QualifiedName(String namespaceURI, String localName)
Constructs a QualifiedName object.
Method Summary
booleanequals(Object o)
StringgetClarkForm()
inthashCode()

Field Detail

localName

private String localName

namespaceURI

private String namespaceURI

serialVersionUID

private static final long serialVersionUID

Constructor Detail

QualifiedName

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 Detail

equals

public boolean equals(Object o)

getClarkForm

String getClarkForm()

Returns: James Clark's namespace form

hashCode

public int hashCode()