net.sf.xolite
Class NamespacedName

java.lang.Object
  extended by net.sf.xolite.NamespacedName

public class NamespacedName
extends Object

Class holding a "local name" and a "namespace URI".

Author:
Olivier Berlanger

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

Constructor Detail

NamespacedName

public NamespacedName(String namespaceUri,
                      String localName)
Method Detail

getNamespaceUri

public String getNamespaceUri()

getLocalName

public String getLocalName()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.