Uses of Class
org.apache.cocoon.components.validation.ValidatorException

Packages that use ValidatorException
org.apache.cocoon.components.validation   
org.apache.cocoon.components.validation.impl   
 

Uses of ValidatorException in org.apache.cocoon.components.validation
 

Methods in org.apache.cocoon.components.validation that throw ValidatorException
 ValidationHandler Validator.getValidationHandler(Source source)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler Validator.getValidationHandler(Source source, ErrorHandler errorHandler)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler Validator.getValidationHandler(Source source, String grammar)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler Validator.getValidationHandler(Source source, String grammar, ErrorHandler errorHandler)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler Validator.getValidationHandler(String uri)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler Validator.getValidationHandler(String uri, ErrorHandler errorHandler)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler Validator.getValidationHandler(String uri, String grammar)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler Validator.getValidationHandler(String uri, String grammar, ErrorHandler errorHandler)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 

Uses of ValidatorException in org.apache.cocoon.components.validation.impl
 

Methods in org.apache.cocoon.components.validation.impl that throw ValidatorException
protected  String CachingValidator.detectGrammar(Source source)
          Attempt to detect the grammar language used by the schema identified by the specified Source.
protected  String AbstractValidator.detectGrammar(Source source)
          Attempt to detect the grammar language used by the schema identified by the specified Source.
 ValidationHandler AbstractValidator.getValidationHandler(Source source)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler AbstractValidator.getValidationHandler(Source source, ErrorHandler errorHandler)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler AbstractValidator.getValidationHandler(Source source, String grammar)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler AbstractValidator.getValidationHandler(Source source, String grammar, ErrorHandler errorHandler)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler AbstractValidator.getValidationHandler(String uri)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler AbstractValidator.getValidationHandler(String uri, ErrorHandler errorHandler)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler AbstractValidator.getValidationHandler(String uri, String grammar)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 ValidationHandler AbstractValidator.getValidationHandler(String uri, String grammar, ErrorHandler errorHandler)
          Return a ValidationHandler validating an XML document according to the schema found at the specified location.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.