Uses of Interface
com.thaiopensource.validate.SchemaReaderFactory

Packages that use SchemaReaderFactory
com.oxygenxml.validate.isoschematron   
com.thaiopensource.validate   
com.thaiopensource.validate.auto   
com.thaiopensource.validate.jarv   
com.thaiopensource.validate.xerces   
 

Uses of SchemaReaderFactory in com.oxygenxml.validate.isoschematron
 

Classes in com.oxygenxml.validate.isoschematron that implement SchemaReaderFactory
 class SaxonSchemaReaderFactory
           
 class SchematronSchemaReaderFactory
           
 class XalanSchemaReaderFactory
           
 

Uses of SchemaReaderFactory in com.thaiopensource.validate
 

Classes in com.thaiopensource.validate that implement SchemaReaderFactory
 class SchemaReaderLoader
          A SchemaReaderFactory that automatically discovers SchemaReader implementations.
 

Uses of SchemaReaderFactory in com.thaiopensource.validate.auto
 

Fields in com.thaiopensource.validate.auto declared as SchemaReaderFactory
private  SchemaReaderFactory SchemaReaderFactorySchemaReceiverFactory.srf
           
 

Constructors in com.thaiopensource.validate.auto with parameters of type SchemaReaderFactory
SchemaReaderFactorySchemaReceiverFactory(SchemaReaderFactory srf)
           
 

Uses of SchemaReaderFactory in com.thaiopensource.validate.jarv
 

Classes in com.thaiopensource.validate.jarv that implement SchemaReaderFactory
 class JarvSchemaReaderFactory
           
 

Uses of SchemaReaderFactory in com.thaiopensource.validate.xerces
 

Classes in com.thaiopensource.validate.xerces that implement SchemaReaderFactory
 class XsdSchemaReaderFactory