| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.elements |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SchemaUtils.isOptional(IArity part)
Check if a particle is optional (zero instances allowed).
|
static boolean |
SchemaUtils.isProhibited(IArity part)
Check if a particle is prohibited (no instances allowed).
|
static boolean |
SchemaUtils.isRepeated(IArity part)
Check if a particle is a repeated value.
|
static boolean |
SchemaUtils.isSingleton(IArity part)
Check if a particle is a singleton (one, and only one, instance allowed).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllElement
<all> element definition.
|
class |
AnyElement
anyAttribute element definition.
|
class |
ChoiceElement
<choice> element definition.
|
class |
CommonCompositorBase
Base class for all complex content model compositors.
|
class |
CommonCompositorDefinition
Compositor for complex content model, including the special case of <all>.
|
class |
ElementElement
<element> element definition.
|
class |
GroupRefElement
Definition for embedded group element (group reference).
|
class |
SequenceElement
<sequence> element definition.
|
Copyright © 2005-2013 jibx.org. All Rights Reserved.