com.thaiopensource.validate.rng
Class SAXSchemaReceiverFactory

java.lang.Object
  |
  +--com.thaiopensource.validate.rng.SAXSchemaReceiverFactory
All Implemented Interfaces:
SchemaReceiverFactory

public class SAXSchemaReceiverFactory
extends Object
implements SchemaReceiverFactory


Nested Class Summary
 
Nested classes inherited from class com.thaiopensource.validate.auto.SchemaReceiverFactory
SchemaReceiverFactory.SchemaReceiverFactoryPropertyId
 
Field Summary
 
Fields inherited from interface com.thaiopensource.validate.auto.SchemaReceiverFactory
PROPERTY
 
Constructor Summary
SAXSchemaReceiverFactory()
           
 
Method Summary
 SchemaReceiver createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 Option getOption(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXSchemaReceiverFactory

public SAXSchemaReceiverFactory()
Method Detail

createSchemaReceiver

public SchemaReceiver createSchemaReceiver(String namespaceUri,
                                           PropertyMap properties)
Specified by:
createSchemaReceiver in interface SchemaReceiverFactory

getOption

public Option getOption(String uri)
Specified by:
getOption in interface SchemaReceiverFactory