Uses of Class
com.thaiopensource.validate.IncorrectSchemaException

Packages that use IncorrectSchemaException
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 IncorrectSchemaException in com.oxygenxml.validate.isoschematron
 

Methods in com.oxygenxml.validate.isoschematron that throw IncorrectSchemaException
private  SAXException SchemaReaderImpl.causeToSAXException(Throwable cause, boolean hadError)
           
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
private static SAXException SchemaReaderImpl.toSAXException(SchemaReaderImpl.UserException e)
           
private  SAXException SchemaReaderImpl.toSAXException(TransformerException e, boolean hadError)
           
 

Constructors in com.oxygenxml.validate.isoschematron that throw IncorrectSchemaException
SchemaReaderImpl(TransformerFactory transformerFactory)
           
 

Uses of IncorrectSchemaException in com.oxygenxml.validate.nvdl
 

Methods in com.oxygenxml.validate.nvdl that throw IncorrectSchemaException
(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()
           
 RuntimeException SchemaImpl.Handler.unwrapException(RuntimeException e)
           
 

Uses of IncorrectSchemaException in com.thaiopensource.relaxng
 

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

Uses of IncorrectSchemaException in com.thaiopensource.relaxng.impl
 

Methods in com.thaiopensource.relaxng.impl that throw IncorrectSchemaException
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
 Pattern PatternFuture.getPattern(boolean isAttributesPattern)
           
static Pattern SchemaBuilderImpl.parse(Parseable parseable, ErrorHandler eh, DatatypeLibraryFactory datatypeLibraryFactory, SchemaPatternBuilder pb, boolean isAttributesPattern)
           
(package private) static RuntimeException SchemaBuilderImpl.unwrapBuildException(BuildException e)
           
(package private) static Schema SchemaReaderImpl.wrapPattern(Pattern start, SchemaPatternBuilder spb, PropertyMap properties)
           
 

Uses of IncorrectSchemaException in com.thaiopensource.validate
 

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

Uses of IncorrectSchemaException in com.thaiopensource.validate.auto
 

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

Uses of IncorrectSchemaException in com.thaiopensource.validate.jarv
 

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

Uses of IncorrectSchemaException in com.thaiopensource.validate.mns
 

Methods in com.thaiopensource.validate.mns that throw IncorrectSchemaException
(package private)  Schema SchemaReceiverImpl.createChildSchema(InputSource inputSource, String schemaType, boolean isAttributesSchema)
           
(package private)  Schema SchemaReceiverImpl.getMnsSchema()
           
 Schema SchemaImpl.Handler.getSchema()
           
 RuntimeException SchemaImpl.Handler.unwrapException(RuntimeException e)
           
 

Uses of IncorrectSchemaException in com.thaiopensource.validate.nrl
 

Methods in com.thaiopensource.validate.nrl that throw IncorrectSchemaException
(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()
           
 RuntimeException SchemaImpl.Handler.unwrapException(RuntimeException e)
           
 

Uses of IncorrectSchemaException in com.thaiopensource.validate.schematron
 

Methods in com.thaiopensource.validate.schematron that throw IncorrectSchemaException
private  SAXException SchemaReaderImpl.causeToSAXException(Throwable cause, boolean hadError)
           
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
private static SAXException SchemaReaderImpl.toSAXException(SchemaReaderImpl.UserException e)
           
private  SAXException SchemaReaderImpl.toSAXException(TransformerException e, boolean hadError)
           
 

Constructors in com.thaiopensource.validate.schematron that throw IncorrectSchemaException
SchemaReaderImpl(TransformerFactory transformerFactory)
           
 

Uses of IncorrectSchemaException in com.thaiopensource.validate.xerces
 

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

Uses of IncorrectSchemaException in nu.validator.servlet
 

Methods in nu.validator.servlet that throw IncorrectSchemaException
private  Validator VerifierServletTransaction.combineValidatorByUrl(Validator validator, String url)
           
protected  void VerifierServletTransaction.loadDocAndSetupParser()
           
protected  void Html5ConformanceCheckerTransaction.loadDocAndSetupParser()
           
private  Schema VerifierServletTransaction.schemaByUrl(String url)
           
private static Schema VerifierServletTransaction.schemaByUrl(String url, EntityResolver resolver, PropertyMap pMap)
           
protected  void VerifierServletTransaction.tryToSetupValidator()
           
protected  void Html5ConformanceCheckerTransaction.tryToSetupValidator()
           
protected  Validator VerifierServletTransaction.validatorByDoctype(int schemaId)
           
private  Validator VerifierServletTransaction.validatorByUrl(String url)
           
private  Validator VerifierServletTransaction.validatorByUrls(String schemaList)