| Package | Description |
|---|---|
| com.sun.xml.xsom |
Interfaces that the client should use to access schema information.
|
| com.sun.xml.xsom.impl |
Implementation of the
com.sun.xml.xsom package. |
| Modifier and Type | Field | Description |
|---|---|---|
static XSModelGroup.Compositor |
XSModelGroup.ALL |
A constant that represents "all" compositor.
|
static XSModelGroup.Compositor |
XSModelGroup.CHOICE |
A constant that represents "choice" compositor.
|
static XSModelGroup.Compositor |
XSModelGroup.SEQUENCE |
A constant that represents "sequence" compositor.
|
| Modifier and Type | Method | Description |
|---|---|---|
XSModelGroup.Compositor |
XSModelGroup.getCompositor() |
|
static XSModelGroup.Compositor |
XSModelGroup.Compositor.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static XSModelGroup.Compositor[] |
XSModelGroup.Compositor.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
XSModelGroup.Compositor |
ModelGroupImpl.getCompositor() |
| Constructor | Description |
|---|---|
ModelGroupImpl(SchemaDocumentImpl owner,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
XSModelGroup.Compositor _compositor,
ParticleImpl[] _children) |
Copyright © 2017 Oracle Corporation. All rights reserved.