Uses of Interface
com.thaiopensource.relaxng.impl.IdTypeMap

Packages that use IdTypeMap
com.thaiopensource.relaxng.impl   
 

Uses of IdTypeMap in com.thaiopensource.relaxng.impl
 

Classes in com.thaiopensource.relaxng.impl that implement IdTypeMap
private static class IdTypeMapBuilder.IdTypeMapImpl
           
 

Fields in com.thaiopensource.relaxng.impl declared as IdTypeMap
private  IdTypeMap IdTypeMapSchema.idTypeMap
           
private  IdTypeMap IdSoundnessChecker.idTypeMap
           
private  IdTypeMap FeasibleIdTypeMapSchema.idTypeMap
           
 

Methods in com.thaiopensource.relaxng.impl that return IdTypeMap
 IdTypeMap IdTypeMapBuilder.getIdTypeMap()
           
 

Constructors in com.thaiopensource.relaxng.impl with parameters of type IdTypeMap
FeasibleIdSoundnessChecker(IdTypeMap idTypeMap, ErrorHandler eh)
           
FeasibleIdTypeMapSchema(IdTypeMap idTypeMap, PropertyMap properties)
           
IdSoundnessChecker(IdTypeMap idTypeMap, ErrorHandler eh)
           
IdTypeMapSchema(IdTypeMap idTypeMap, PropertyMap properties)