Modifier and Type | Field and Description |
---|---|
public static final short | COMPOSITOR_ALL
This content model represents a simplified version of the SGML &-Connector and is limited to the top-level of any content model. |
public static final short | COMPOSITOR_CHOICE
This constant value signifies a choice operator. |
public static final short | COMPOSITOR_SEQUENCE
This constant value signifies a sequence operator. |
Modifier and Type | Method and Description |
---|---|
public XSAnnotation | |
public XSObjectList | |
public short | |
public XSObjectList |
COMPOSITOR_ALL | back to summary |
---|---|
public static final short COMPOSITOR_ALL This content model represents a simplified version of the SGML &-Connector and is limited to the top-level of any content model. No element in the all content model may appear more than once. |
COMPOSITOR_CHOICE | back to summary |
---|---|
public static final short COMPOSITOR_CHOICE This constant value signifies a choice operator. |
COMPOSITOR_SEQUENCE | back to summary |
---|---|
public static final short COMPOSITOR_SEQUENCE This constant value signifies a sequence operator. |
getAnnotation | back to summary |
---|---|
public XSAnnotation getAnnotation() An annotation if it exists, otherwise |
getAnnotations | back to summary |
---|---|
public XSObjectList getAnnotations() A sequence of [annotations] or an empty |
getCompositor | back to summary |
---|---|
public short getCompositor() [compositor]: one of all, choice or sequence. The valid constant values
are:
|
getParticles | back to summary |
---|---|
public XSObjectList getParticles() A list of [particles] if it exists, otherwise an empty
|