| org.apache.xerces.xs.XSModelGroup
All known Subclasses: org.apache.xerces.impl.xs.XSModelGroupImpl,
XSModelGroup | public interface XSModelGroup extends XSTerm(Code) | | This interface represents the Model Group schema component.
|
Field Summary | |
final public static 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. | final public static short | COMPOSITOR_CHOICE This constant value signifies a choice operator. | final public static short | COMPOSITOR_SEQUENCE This constant value signifies a sequence operator. |
COMPOSITOR_ALL | final public static short COMPOSITOR_ALL(Code) | | 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 | final public static short COMPOSITOR_CHOICE(Code) | | This constant value signifies a choice operator.
|
COMPOSITOR_SEQUENCE | final public static short COMPOSITOR_SEQUENCE(Code) | | This constant value signifies a sequence operator.
|
getAnnotation | public XSAnnotation getAnnotation()(Code) | | An annotation if it exists, otherwise null . If not null
then the first [annotation] from the sequence of annotations.
|
getAnnotations | public XSObjectList getAnnotations()(Code) | | A sequence of [annotations] or an empty XSObjectList .
|
getCompositor | public short getCompositor()(Code) | | [compositor]: one of all, choice or sequence. The valid constant values
are:
COMPOSITOR_SEQUENCE, COMPOSITOR_CHOICE, COMPOSITOR_ALL .
|
getParticles | public XSObjectList getParticles()(Code) | | A list of [particles] if it exists, otherwise an empty
XSObjectList .
|
|
|