| com.sun.xml.xsom.XSModelGroup
All known Subclasses: com.sun.xml.xsom.impl.ModelGroupImpl,
Inner Class :public static enum Compositor | |
Field Summary | |
final static Compositor | ALL A constant that represents "all" compositor. | final static Compositor | CHOICE A constant that represents "choice" compositor. | final static Compositor | SEQUENCE A constant that represents "sequence" compositor. |
ALL | final static Compositor ALL(Code) | | A constant that represents "all" compositor.
|
CHOICE | final static Compositor CHOICE(Code) | | A constant that represents "choice" compositor.
|
SEQUENCE | final static Compositor SEQUENCE(Code) | | A constant that represents "sequence" compositor.
|
getChildren | XSParticle[] getChildren()(Code) | | Gets all the children in one array.
|
getCompositor | Compositor getCompositor()(Code) | | |
getSize | int getSize()(Code) | | Gets the number of children.
|
|
|