com.thaiopensource.relaxng.impl
Class IdTypeMapBuilder.ScopedName

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.IdTypeMapBuilder.ScopedName
Enclosing class:
IdTypeMapBuilder

private static class IdTypeMapBuilder.ScopedName
extends Object


Field Summary
private  Name attributeName
           
private  Name elementName
           
 
Constructor Summary
private IdTypeMapBuilder.ScopedName(Name elementName, Name attributeName)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elementName

private final Name elementName

attributeName

private final Name attributeName
Constructor Detail

IdTypeMapBuilder.ScopedName

private IdTypeMapBuilder.ScopedName(Name elementName,
                                    Name attributeName)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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