com.thaiopensource.validate.auto
Class AutoSchemaReceiver

java.lang.Object
  extended by com.thaiopensource.validate.auto.AutoSchemaReceiver
All Implemented Interfaces:
SchemaReceiver

public class AutoSchemaReceiver
extends Object
implements SchemaReceiver


Nested Class Summary
private  class AutoSchemaReceiver.Handler
           
 
Field Summary
private  PropertyMap properties
           
private  Rewindable rewindable
           
 
Constructor Summary
AutoSchemaReceiver(PropertyMap properties, Rewindable rewindable)
           
 
Method Summary
 SchemaFuture installHandlers(XMLReader xr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

private final PropertyMap properties

rewindable

private final Rewindable rewindable
Constructor Detail

AutoSchemaReceiver

public AutoSchemaReceiver(PropertyMap properties,
                          Rewindable rewindable)
Method Detail

installHandlers

public SchemaFuture installHandlers(XMLReader xr)
Specified by:
installHandlers in interface SchemaReceiver