|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |