Uses of Interface
com.thaiopensource.validate.SchemaReader

Packages that use SchemaReader
com.oxygenxml.validate.isoschematron   
com.oxygenxml.validate.nvdl   
com.thaiopensource.relaxng   
com.thaiopensource.relaxng.util   
com.thaiopensource.validate   
com.thaiopensource.validate.auto   
com.thaiopensource.validate.jarv   
com.thaiopensource.validate.mns   
com.thaiopensource.validate.nrl   
com.thaiopensource.validate.rng   
com.thaiopensource.validate.schematron   
com.thaiopensource.validate.xerces   
 

Uses of SchemaReader in com.oxygenxml.validate.isoschematron
 

Methods in com.oxygenxml.validate.isoschematron that return SchemaReader
 SchemaReader SchematronSchemaReaderFactory.createSchemaReader(String namespaceUri)
           
 

Uses of SchemaReader in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as SchemaReader
private  SchemaReader SchemaReceiverImpl.autoSchemaReader
          The schema reader capable of parsing the input schema file.
 

Uses of SchemaReader in com.thaiopensource.relaxng
 

Fields in com.thaiopensource.relaxng declared as SchemaReader
private  SchemaReader SchemaFactory.autoSchemaLanguage
           
 

Uses of SchemaReader in com.thaiopensource.relaxng.util
 

Fields in com.thaiopensource.relaxng.util declared as SchemaReader
private  SchemaReader JingTask.schemaReader
           
 

Uses of SchemaReader in com.thaiopensource.validate
 

Fields in com.thaiopensource.validate declared as SchemaReader
private  SchemaReader ValidationDriver.sr
           
 

Methods in com.thaiopensource.validate that return SchemaReader
 SchemaReader SchemaReaderLoader.createSchemaReader(String namespaceUri)
           
 SchemaReader SchemaReaderFactory.createSchemaReader(String namespaceUri)
          Creates a SchemaReader for a particular schema language.
 

Constructors in com.thaiopensource.validate with parameters of type SchemaReader
ValidationDriver(PropertyMap schemaProperties, PropertyMap instanceProperties, SchemaReader schemaReader)
          Creates and initializes a ValidationDriver.
ValidationDriver(PropertyMap properties, SchemaReader sr)
          Equivalent to ValidationDriver(properties, properties, sr).
ValidationDriver(SchemaReader sr)
          Equivalent to ValidationDriver(PropertyMap.EMPTY, PropertyMap.EMPTY, null).
 

Uses of SchemaReader in com.thaiopensource.validate.auto
 

Classes in com.thaiopensource.validate.auto that implement SchemaReader
 class AutoSchemaReader
           
 

Fields in com.thaiopensource.validate.auto declared as SchemaReader
private  SchemaReader SchemaReaderSchemaReceiver.schemaLanguage
           
 

Constructors in com.thaiopensource.validate.auto with parameters of type SchemaReader
SchemaReaderSchemaReceiver(SchemaReader schemaLanguage, PropertyMap properties)
           
 

Uses of SchemaReader in com.thaiopensource.validate.jarv
 

Classes in com.thaiopensource.validate.jarv that implement SchemaReader
 class VerifierFactorySchemaReader
           
 

Methods in com.thaiopensource.validate.jarv that return SchemaReader
 SchemaReader JarvSchemaReaderFactory.createSchemaReader(String namespaceUri)
           
 

Uses of SchemaReader in com.thaiopensource.validate.mns
 

Fields in com.thaiopensource.validate.mns declared as SchemaReader
private  SchemaReader SchemaReceiverImpl.autoSchemaLanguage
           
 

Uses of SchemaReader in com.thaiopensource.validate.nrl
 

Fields in com.thaiopensource.validate.nrl declared as SchemaReader
private  SchemaReader SchemaReceiverImpl.autoSchemaReader
           
 

Uses of SchemaReader in com.thaiopensource.validate.rng
 

Classes in com.thaiopensource.validate.rng that implement SchemaReader
 class CompactSchemaReader
           
 class SAXSchemaReader
           
 

Fields in com.thaiopensource.validate.rng declared as SchemaReader
private static SchemaReader SAXSchemaReader.theInstance
           
private static SchemaReader CompactSchemaReader.theInstance
           
 

Methods in com.thaiopensource.validate.rng that return SchemaReader
static SchemaReader SAXSchemaReader.getInstance()
           
static SchemaReader CompactSchemaReader.getInstance()
           
 

Uses of SchemaReader in com.thaiopensource.validate.schematron
 

Methods in com.thaiopensource.validate.schematron that return SchemaReader
 SchemaReader SchematronSchemaReaderFactory.createSchemaReader(String namespaceUri)
           
 

Uses of SchemaReader in com.thaiopensource.validate.xerces
 

Classes in com.thaiopensource.validate.xerces that implement SchemaReader
(package private)  class SchemaReaderImpl
           
 

Methods in com.thaiopensource.validate.xerces that return SchemaReader
 SchemaReader XsdSchemaReaderFactory.createSchemaReader(String namespaceUri)