com.thaiopensource.xml.util
Class Name

java.lang.Object
  extended by com.thaiopensource.xml.util.Name

public final class Name
extends Object


Field Summary
private  int hc
           
private  String localName
           
private  String namespaceUri
           
 
Constructor Summary
Name(String namespaceUri, String localName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLocalName()
           
 String getNamespaceUri()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespaceUri

private final String namespaceUri

localName

private final String localName

hc

private final int hc
Constructor Detail

Name

public Name(String namespaceUri,
            String localName)
Method Detail

getNamespaceUri

public String getNamespaceUri()

getLocalName

public String getLocalName()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object