|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SerializableSchemaComponent
A component that can be serialized by the SchemaSerializer. Most such components are instances of UserSchemaComponent, but a few, for example Facets, are not.
This code is not yet operative
Field Summary | |
---|---|
static int |
ALL_COMPOSITOR
|
static int |
ATOMIC_TYPE
|
static int |
ATTRIBUTE_DECL
|
static int |
ATTRIBUTE_GROUP
|
static int |
ATTRIBUTE_GROUP_REF
|
static int |
ATTRIBUTE_USE
|
static int |
ATTRIBUTE_WILDCARD
|
static int |
CHOICE_COMPOSITOR
|
static int |
COMPLEX_TYPE
|
static int |
ELEMENT_DECL
|
static int |
ELEMENT_PARTICLE
|
static int |
ELEMENT_WILDCARD
|
static int |
FACET
|
static int |
KEY
|
static int |
KEYREF
|
static int |
LIST_TYPE
|
static int |
MODEL_GROUP
|
static int |
MODEL_GROUP_REF
|
static int |
NOTATION
|
static int |
SEQUENCE_COMPOSITOR
|
static int |
UNION_TYPE
|
static int |
UNIQUE
|
Method Summary | |
---|---|
int |
getComponentTypeCode()
Get a unique number identifying the type of component |
void |
serialize(SchemaSerializer serializer)
Serialize the schema component |
Field Detail |
---|
static final int ELEMENT_DECL
static final int ATTRIBUTE_DECL
static final int COMPLEX_TYPE
static final int ATOMIC_TYPE
static final int LIST_TYPE
static final int UNION_TYPE
static final int FACET
static final int ATTRIBUTE_GROUP
static final int ATTRIBUTE_GROUP_REF
static final int ATTRIBUTE_USE
static final int ELEMENT_PARTICLE
static final int ELEMENT_WILDCARD
static final int ATTRIBUTE_WILDCARD
static final int ALL_COMPOSITOR
static final int CHOICE_COMPOSITOR
static final int SEQUENCE_COMPOSITOR
static final int MODEL_GROUP
static final int MODEL_GROUP_REF
static final int KEY
static final int UNIQUE
static final int KEYREF
static final int NOTATION
Method Detail |
---|
void serialize(SchemaSerializer serializer) throws IOException
This code is not yet operative
IOException
int getComponentTypeCode()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |