net.sf.saxon.type
public interface SchemaComponent extends Serializable
Field Summary | |
---|---|
static int | FIXED_UP
Validation status: fixed up (all references to other components have been resolved) |
static int | INCOMPLETE
Validation status: validation attempted, component contains references to
other components that are not (yet) available |
static int | INVALID
Validation status: validation attempted and failed with fatal errors |
static int | UNVALIDATED
Validation status: not yet validated |
static int | VALIDATED
Validation status: successfully validated |
static int | VALIDATING
Validation status: currently being validated |
Method Summary | |
---|---|
int | getValidationStatus()
Get the validation status of this component. |
Returns: one of the values UNVALIDATED, VALIDATING, VALIDATED, INVALID, INCOMPLETE