|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ValidationHandler in org.apache.cocoon.components.validation |
|---|
| Methods in org.apache.cocoon.components.validation that return ValidationHandler | |
|---|---|
ValidationHandler |
Schema.createValidator(ErrorHandler handler)
Return a new ValidationHandler instance that can be used to
validate an XML document by sending SAX events to it. |
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 ValidationHandler in org.apache.cocoon.components.validation.impl |
|---|
| Classes in org.apache.cocoon.components.validation.impl that implement ValidationHandler | |
|---|---|
class |
DefaultValidationHandler
The default implementation of the ValidationHandler interface. |
| Methods in org.apache.cocoon.components.validation.impl that return ValidationHandler | |
|---|---|
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. |
| Uses of ValidationHandler in org.apache.cocoon.components.validation.jaxp |
|---|
| Methods in org.apache.cocoon.components.validation.jaxp that return ValidationHandler | |
|---|---|
ValidationHandler |
JaxpSchema.createValidator(ErrorHandler handler)
Return a new ValidationHandler instance that can be used to
validate an XML document by sending SAX events to it. |
| Uses of ValidationHandler in org.apache.cocoon.components.validation.jing |
|---|
| Methods in org.apache.cocoon.components.validation.jing that return ValidationHandler | |
|---|---|
ValidationHandler |
JingSchema.createValidator(ErrorHandler errorHandler)
Return a new ValidationHandler instance that can be used to send
SAX events to for proper validation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||