|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A SchemaComponent is an object in a schema. While the schema is being built, a list of such objects is maintained, and on completion, the fixup method is called to resolve forwards references. Subsequently, the validate method is called to invoke validation
| Method Summary | |
boolean |
fixup(Schema schema)
Check references from this component to other components |
boolean |
validate(Schema schema)
Checks the validity of this Schema component. |
| Method Detail |
public boolean fixup(Schema schema)
throws SchemaException
schema - The schema is used for reporting errors
SchemaException
public boolean validate(Schema schema)
throws javax.xml.transform.TransformerException
schema - if this is not null, any errors that are detected should
be reported using the error() method of this schema.
javax.xml.transform.TransformerException - if the ErrorListener decides that an error is fatal.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||