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 and 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 and Description |
---|---|
XSModelGroup.Compositor |
XSModelGroup.getCompositor() |
static XSModelGroup.Compositor |
XSModelGroup.Compositor.valueOf(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 and Description |
---|---|
XSModelGroup.Compositor |
ModelGroupImpl.getCompositor() |
Constructor and Description |
---|
ModelGroupImpl(SchemaDocumentImpl owner,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
XSModelGroup.Compositor _compositor,
ParticleImpl[] _children) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.