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

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

Uses of SchemaReceiver in com.oxygenxml.validate.nvdl
 

Classes in com.oxygenxml.validate.nvdl that implement SchemaReceiver
(package private)  class SchemaReceiverImpl
          Schema receiver implementation for NVDL schemas.
 

Methods in com.oxygenxml.validate.nvdl that return SchemaReceiver
 SchemaReceiver NvdlSchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
          Checks if the namespace is the NVDL namespace and if yes then it creates a schema receiver, otherwise returns null.
 

Uses of SchemaReceiver in com.thaiopensource.validate.auto
 

Classes in com.thaiopensource.validate.auto that implement SchemaReceiver
 class AutoSchemaReceiver
           
 class SchemaReaderSchemaReceiver
           
 

Methods in com.thaiopensource.validate.auto that return SchemaReceiver
 SchemaReceiver SchemaReceiverLoader.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 SchemaReceiver SchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 SchemaReceiver SchemaReaderFactorySchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 

Uses of SchemaReceiver in com.thaiopensource.validate.mns
 

Methods in com.thaiopensource.validate.mns that return SchemaReceiver
 SchemaReceiver MnsSchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 

Uses of SchemaReceiver in com.thaiopensource.validate.nrl
 

Methods in com.thaiopensource.validate.nrl that return SchemaReceiver
 SchemaReceiver NrlSchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 

Uses of SchemaReceiver in com.thaiopensource.validate.rng
 

Methods in com.thaiopensource.validate.rng that return SchemaReceiver
 SchemaReceiver SAXSchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)