com.thaiopensource.relaxng.impl
Class IdTypeMapBuilder.IdTypeMapImpl

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.IdTypeMapBuilder.IdTypeMapImpl
All Implemented Interfaces:
IdTypeMap
Enclosing class:
IdTypeMapBuilder

private static class IdTypeMapBuilder.IdTypeMapImpl
extends Object
implements IdTypeMap


Field Summary
private  Hashtable table
           
 
Constructor Summary
private IdTypeMapBuilder.IdTypeMapImpl()
           
 
Method Summary
private  void add(Name elementName, Name attributeName, int idType)
           
 int getIdType(Name elementName, Name attributeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

private final Hashtable table
Constructor Detail

IdTypeMapBuilder.IdTypeMapImpl

private IdTypeMapBuilder.IdTypeMapImpl()
Method Detail

getIdType

public int getIdType(Name elementName,
                     Name attributeName)
Specified by:
getIdType in interface IdTypeMap

add

private void add(Name elementName,
                 Name attributeName,
                 int idType)