|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSModelGroup
Model group.
Nested Class Summary | |
---|---|
static class |
XSModelGroup.Compositor
Type-safe enumeration for kind of model groups. |
Field Summary | |
---|---|
static XSModelGroup.Compositor |
ALL
A constant that represents "all" compositor. |
static XSModelGroup.Compositor |
CHOICE
A constant that represents "choice" compositor. |
static XSModelGroup.Compositor |
SEQUENCE
A constant that represents "sequence" compositor. |
Method Summary | |
---|---|
XSParticle |
getChild(int idx)
Gets i-ith child. |
XSParticle[] |
getChildren()
Gets all the children in one array. |
XSModelGroup.Compositor |
getCompositor()
|
int |
getSize()
Gets the number of children. |
Methods inherited from interface com.sun.xml.xsom.XSTerm |
---|
apply, apply, asElementDecl, asModelGroup, asModelGroupDecl, asWildcard, isElementDecl, isModelGroup, isModelGroupDecl, isWildcard, visit |
Methods inherited from interface com.sun.xml.xsom.XSComponent |
---|
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Field Detail |
---|
static final XSModelGroup.Compositor ALL
static final XSModelGroup.Compositor SEQUENCE
static final XSModelGroup.Compositor CHOICE
Method Detail |
---|
XSModelGroup.Compositor getCompositor()
XSParticle getChild(int idx)
int getSize()
XSParticle[] getChildren()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |