Uses of Interface
com.thaiopensource.validate.auto.SchemaReceiverFactory

Packages that use SchemaReceiverFactory
com.oxygenxml.validate.nvdl   
com.thaiopensource.validate.auto   
com.thaiopensource.validate.mns   
com.thaiopensource.validate.nrl   
com.thaiopensource.validate.rng   
 

Uses of SchemaReceiverFactory in com.oxygenxml.validate.nvdl
 

Classes in com.oxygenxml.validate.nvdl that implement SchemaReceiverFactory
 class NvdlSchemaReceiverFactory
          A Schema receiver factory that knows how to create NVDL schema receivers.
 

Uses of SchemaReceiverFactory in com.thaiopensource.validate.auto
 

Classes in com.thaiopensource.validate.auto that implement SchemaReceiverFactory
 class SchemaReaderFactorySchemaReceiverFactory
           
 class SchemaReaderLoaderSchemaReceiverFactory
           
 class SchemaReceiverLoader
           
 

Fields in com.thaiopensource.validate.auto declared as SchemaReceiverFactory
private  SchemaReceiverFactory AutoSchemaReader.srf
           
 

Methods in com.thaiopensource.validate.auto that return SchemaReceiverFactory
 SchemaReceiverFactory SchemaReceiverFactory.SchemaReceiverFactoryPropertyId.get(PropertyMap properties)
           
 SchemaReceiverFactory SchemaReceiverFactory.SchemaReceiverFactoryPropertyId.put(PropertyMapBuilder builder, SchemaReceiverFactory value)
           
 

Methods in com.thaiopensource.validate.auto with parameters of type SchemaReceiverFactory
 SchemaReceiverFactory SchemaReceiverFactory.SchemaReceiverFactoryPropertyId.put(PropertyMapBuilder builder, SchemaReceiverFactory value)
           
 

Constructors in com.thaiopensource.validate.auto with parameters of type SchemaReceiverFactory
AutoSchemaReader(SchemaReceiverFactory srf)
           
 

Uses of SchemaReceiverFactory in com.thaiopensource.validate.mns
 

Classes in com.thaiopensource.validate.mns that implement SchemaReceiverFactory
 class MnsSchemaReceiverFactory
           
 

Uses of SchemaReceiverFactory in com.thaiopensource.validate.nrl
 

Classes in com.thaiopensource.validate.nrl that implement SchemaReceiverFactory
 class NrlSchemaReceiverFactory
           
 

Uses of SchemaReceiverFactory in com.thaiopensource.validate.rng
 

Classes in com.thaiopensource.validate.rng that implement SchemaReceiverFactory
 class SAXSchemaReceiverFactory