Uses of Interface
com.thaiopensource.validate.Schema

Packages that use Schema
com.oxygenxml.validate.isoschematron   
com.oxygenxml.validate.nvdl   
com.thaiopensource.relaxng   
com.thaiopensource.relaxng.impl   
com.thaiopensource.validate   
com.thaiopensource.validate.auto   
com.thaiopensource.validate.jarv   
com.thaiopensource.validate.mns   
com.thaiopensource.validate.nrl   
com.thaiopensource.validate.schematron   
com.thaiopensource.validate.xerces   
nu.validator.servlet   
 

Uses of Schema in com.oxygenxml.validate.isoschematron
 

Fields in com.oxygenxml.validate.isoschematron declared as Schema
private  Schema SchemaReaderImpl.schematronSchema
           
 

Methods in com.oxygenxml.validate.isoschematron that return Schema
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
 

Uses of Schema in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as Schema
private  Schema SchemaReceiverImpl.nvdlSchema
          Schema object created by this schema receiver.
private  Schema ValidateAction.schema
          The schema to validate with.
private  Schema[] AttributeActionSet.schemas
          An array of schemas.
 

Methods in com.oxygenxml.validate.nvdl that return Schema
(package private)  Schema SchemaReceiverImpl.createChildSchema(InputSource inputSource, String schemaType, PropertyMap options, boolean isAttributesSchema)
          Creates a child schema.
private  Schema SchemaImpl.Handler.createSubSchema(boolean isAttributesSchema)
          Creates a sub schema for the ending validate action (this is called from finishValidate).
(package private)  Schema SchemaReceiverImpl.getNvdlSchema()
           
 Schema SchemaImpl.Handler.getSchema()
           
(package private)  Schema[] AttributeActionSet.getSchemas()
          Get the schemas array.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type Schema
(package private)  void AttributeActionSet.addSchema(Schema schema)
          Add a new Schema.
 void ValidatorImpl.Section.addValidator(Schema schema, ModeUsage modeUsage)
          Adds a validator.
 void SectionState.addValidator(Schema schema, ModeUsage modeUsage)
           
private  Validator ValidatorImpl.createValidator(Schema schema)
          Get a validator for a schema.
private  void ValidatorImpl.releaseValidator(Schema schema, Validator vh)
          Releases a validator for a given schema.
private  void ValidatorImpl.validateAttributes(Schema schema, Attributes attributes)
          Validates a set of attributes with an attribute schema.
 

Constructors in com.oxygenxml.validate.nvdl with parameters of type Schema
ValidateAction(ModeUsage modeUsage, Schema schema)
          Creates a validate action.
 

Uses of Schema in com.thaiopensource.relaxng
 

Methods in com.thaiopensource.relaxng that return Schema
 Schema SchemaFactory.createSchema(InputSource in)
          Creates a schema by parsing an XML document.
 

Uses of Schema in com.thaiopensource.relaxng.impl
 

Classes in com.thaiopensource.relaxng.impl that implement Schema
 class CombineSchema
           
 class FeasibleIdTypeMapSchema
           
 class IdTypeMapSchema
           
 class PatternSchema
           
 

Fields in com.thaiopensource.relaxng.impl declared as Schema
private  Schema CombineSchema.schema1
           
private  Schema CombineSchema.schema2
           
 

Methods in com.thaiopensource.relaxng.impl that return Schema
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
(package private) static Schema SchemaReaderImpl.wrapPattern(Pattern start, SchemaPatternBuilder spb, PropertyMap properties)
           
 

Constructors in com.thaiopensource.relaxng.impl with parameters of type Schema
CombineSchema(Schema schema1, Schema schema2, PropertyMap properties)
           
 

Uses of Schema in com.thaiopensource.validate
 

Classes in com.thaiopensource.validate that implement Schema
 class AbstractSchema
           
 

Fields in com.thaiopensource.validate declared as Schema
private  Schema ValidationDriver.schema
           
 

Methods in com.thaiopensource.validate that return Schema
 Schema SchemaReader.createSchema(InputSource in, PropertyMap properties)
          Creates a Schema by reading it from an InputSource.
 

Uses of Schema in com.thaiopensource.validate.auto
 

Methods in com.thaiopensource.validate.auto that return Schema
 Schema AutoSchemaReader.createSchema(InputSource in, PropertyMap properties)
           
 Schema SchemaFuture.getSchema()
           
 Schema AutoSchemaReceiver.Handler.getSchema()
           
abstract  Schema ReparseException.reparse(InputSource in)
           
 

Uses of Schema in com.thaiopensource.validate.jarv
 

Classes in com.thaiopensource.validate.jarv that implement Schema
private static class VerifierFactorySchemaReader.SchemaImpl
           
 

Methods in com.thaiopensource.validate.jarv that return Schema
 Schema VerifierFactorySchemaReader.createSchema(InputSource in, PropertyMap properties)
           
 

Uses of Schema in com.thaiopensource.validate.mns
 

Fields in com.thaiopensource.validate.mns declared as Schema
private  Schema SchemaReceiverImpl.mnsSchema
           
(package private)  Schema ValidatorImpl.Subtree.schema
           
private  Schema SchemaImpl.ElementAction.schema
           
 

Methods in com.thaiopensource.validate.mns that return Schema
(package private)  Schema SchemaReceiverImpl.createChildSchema(InputSource inputSource, String schemaType, boolean isAttributesSchema)
           
(package private)  Schema SchemaImpl.Mode.getAttributesSchema(String ns)
           
(package private)  Schema SchemaReceiverImpl.getMnsSchema()
           
(package private)  Schema SchemaImpl.ElementAction.getSchema()
           
 Schema SchemaImpl.Handler.getSchema()
           
 

Methods in com.thaiopensource.validate.mns with parameters of type Schema
private  Validator ValidatorImpl.createValidator(Schema schema)
           
private  void ValidatorImpl.releaseValidator(Schema schema, Validator validator)
           
 

Constructors in com.thaiopensource.validate.mns with parameters of type Schema
SchemaImpl.ElementAction(String ns, Schema schema, SchemaImpl.Mode mode, ContextMap contextMap, ElementsOrAttributes prune)
           
ValidatorImpl.Subtree(Hashset coveredNamespaces, ContextMap contextMap, ElementsOrAttributes prune, Validator validator, Schema schema, SchemaImpl.Mode parentMode, int parentLaxDepth, ValidatorImpl.Subtree parent)
           
 

Uses of Schema in com.thaiopensource.validate.nrl
 

Fields in com.thaiopensource.validate.nrl declared as Schema
private  Schema SchemaReceiverImpl.nrlSchema
           
private  Schema ValidateAction.schema
           
private  Schema[] AttributeActionSet.schemas
           
 

Methods in com.thaiopensource.validate.nrl that return Schema
(package private)  Schema SchemaReceiverImpl.createChildSchema(InputSource inputSource, String schemaType, PropertyMap options, boolean isAttributesSchema)
           
private  Schema SchemaImpl.Handler.createSubSchema(boolean isAttributesSchema)
           
(package private)  Schema SchemaReceiverImpl.getNrlSchema()
           
 Schema SchemaImpl.Handler.getSchema()
           
(package private)  Schema[] AttributeActionSet.getSchemas()
           
 

Methods in com.thaiopensource.validate.nrl with parameters of type Schema
(package private)  void AttributeActionSet.addSchema(Schema schema)
           
 void ValidatorImpl.Section.addValidator(Schema schema, ModeUsage modeUsage)
           
 void SectionState.addValidator(Schema schema, ModeUsage modeUsage)
           
private  Validator ValidatorImpl.createValidator(Schema schema)
           
private  void ValidatorImpl.releaseValidator(Schema schema, Validator vh)
           
private  void ValidatorImpl.validateAttributes(Schema schema, Attributes attributes)
           
 

Constructors in com.thaiopensource.validate.nrl with parameters of type Schema
ValidateAction(ModeUsage modeUsage, Schema schema)
           
 

Uses of Schema in com.thaiopensource.validate.schematron
 

Fields in com.thaiopensource.validate.schematron declared as Schema
private  Schema SchemaReaderImpl.schematronSchema
           
 

Methods in com.thaiopensource.validate.schematron that return Schema
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
 

Uses of Schema in com.thaiopensource.validate.xerces
 

Classes in com.thaiopensource.validate.xerces that implement Schema
(package private)  class SchemaImpl
           
 

Methods in com.thaiopensource.validate.xerces that return Schema
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
 

Uses of Schema in nu.validator.servlet
 

Fields in nu.validator.servlet declared as Schema
private static Schema[] VerifierServletTransaction.preloadedSchemas
           
 

Methods in nu.validator.servlet that return Schema
private  Schema VerifierServletTransaction.schemaByUrl(String url)
           
private static Schema VerifierServletTransaction.schemaByUrl(String url, EntityResolver resolver, PropertyMap pMap)