|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.components.validation.impl.AbstractSchema
org.apache.cocoon.components.validation.jing.JingSchema
public class JingSchema
An extension of AbstractSchema used by the JingSchemaParser
implementation.
| Constructor Summary | |
|---|---|
protected |
JingSchema(com.thaiopensource.validate.Schema schema,
SourceValidity validity)
Create a new JingSchema instance. |
| Method Summary | |
|---|---|
ValidationHandler |
createValidator(ErrorHandler errorHandler)
Return a new ValidationHandler instance that can be used to send
SAX events to for proper validation. |
| Methods inherited from class org.apache.cocoon.components.validation.impl.AbstractSchema |
|---|
getValidity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JingSchema(com.thaiopensource.validate.Schema schema,
SourceValidity validity)
Create a new JingSchema instance.
schema - the JING original schema to wrap.validity - the SourceValidity associated with the schema.| Method Detail |
|---|
public ValidationHandler createValidator(ErrorHandler errorHandler)
throws SAXException
Return a new ValidationHandler instance that can be used to send
SAX events to for proper validation.
The specified ErrorHandler will be notified of all warnings or
errors encountered validating the SAX events sent to the returned
ValidationHandler.
errorHandler - an ErrorHandler to notify of validation errors.
ValidationHandler instance.
SAXException - if an error occurred creating the validation handler.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||