|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaComponent
This is a marker interface that represents any "schema component" as defined in the XML Schema
specification. This may be a user-defined schema component or a built-in schema component. Since
all built-in schema components are types, every SchemaComponent in practice is either a
UserSchemaComponent
or a SchemaType
or both.
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 |
getRedefinitionLevel()
Get the redefinition level. |
int |
getValidationStatus()
Get the validation status of this component. |
Field Detail |
---|
static final int UNVALIDATED
static final int FIXED_UP
static final int VALIDATING
static final int VALIDATED
static final int INVALID
static final int INCOMPLETE
Method Detail |
---|
int getValidationStatus()
UNVALIDATED
, VALIDATING
,
VALIDATED
, INVALID
, INCOMPLETE
int getRedefinitionLevel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |