| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.elements | |
| org.jibx.schema.support |
| Modifier and Type | Method and Description |
|---|---|
static String |
SchemaUtils.componentPath(OpenAttrBase comp)
Get path to component.
|
void |
SchemaVisitorDelegate.exit(OpenAttrBase node) |
void |
SchemaVisitor.exit(OpenAttrBase node)
Exit open attribute element.
|
static boolean |
SchemaUtils.isNamed(OpenAttrBase comp)
Check if a definition component has a name.
|
static boolean |
SchemaUtils.isNillable(OpenAttrBase comp)
Check if a definition component is nillable (an element with nillable='true').
|
boolean |
SchemaVisitorDelegate.visit(OpenAttrBase node) |
boolean |
SchemaVisitor.visit(OpenAttrBase node)
Visit open attribute element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllElement
<all> element definition.
|
class |
AnnotatedBase
Base class for all element structures in schema definition which support
annotations.
|
class |
AnnotationElement
Model component for annotation element.
|
class |
AnyAttributeElement
anyAttribute element definition.
|
class |
AnyElement
anyAttribute element definition.
|
class |
AttributeElement
Base representation for both local and global attribute element
definition.
|
class |
AttributeGroupElement
Top-level group element definition.
|
class |
AttributeGroupRefElement
Definition for embedded attributeGroup element (attribute group
reference).
|
class |
ChoiceElement
<choice> element definition.
|
class |
CommonComplexModification
Base representation for all complex type modification elements.
|
class |
CommonCompositorBase
Base class for all complex content model compositors.
|
class |
CommonCompositorDefinition
Compositor for complex content model, including the special case of <all>.
|
class |
CommonContentBase
Common base for simpleContent and complexContent elements.
|
class |
CommonSimpleModification
Base representation for all simple type modification elements.
|
class |
CommonTypeDefinition
Base representation for all type definition elements.
|
class |
CommonTypeDerivation
Base class for all extension and restriction element
variations.
|
class |
ComplexContentElement
Representation for a complexContent element.
|
class |
ComplexExtensionElement
Definition for extension element used with a complex type.
|
class |
ComplexRestrictionElement
Definition for restriction element used with a complex type.
|
class |
ComplexTypeElement
complexType element definition.
|
class |
ElementElement
<element> element definition.
|
class |
FacetElement
Facet implementation.
|
static class |
FacetElement.Enumeration |
static class |
FacetElement.FixedFacet |
static class |
FacetElement.FractionDigits |
static class |
FacetElement.Length |
static class |
FacetElement.MaxExclusive |
static class |
FacetElement.MaxInclusive |
static class |
FacetElement.MaxLength |
static class |
FacetElement.MinExclusive |
static class |
FacetElement.MinInclusive |
static class |
FacetElement.MinLength |
static class |
FacetElement.NoFixedFacet |
static class |
FacetElement.NumFacet |
static class |
FacetElement.Pattern |
static class |
FacetElement.TextFacet |
static class |
FacetElement.TotalDigits |
static class |
FacetElement.WhiteSpace |
class |
GroupElement
Top-level group element definition.
|
class |
GroupRefElement
Definition for embedded group element (group reference).
|
class |
ImportElement
Model component for import element.
|
class |
IncludeElement
Model component for include element.
|
class |
KeyBase
Base representation for identity constraint elements.
|
static class |
KeyBase.KeyElement |
static class |
KeyBase.KeyrefElement |
static class |
KeyBase.UniqueElement |
class |
ListElement
list element definition.
|
class |
NotationElement
Model component for notation element, which can only be used as a
direct child of the schema element.
|
class |
RedefineElement
Model component for redefine element.
|
class |
SchemaElement
Model component for schema element.
|
class |
SchemaLocationBase
Base class for elements referencing an external schema.
|
class |
SchemaLocationRequiredBase
Base class for elements referencing an external schema by using a required
'schemaLocation' attribute.
|
class |
SelectionBase
Base representation for selector and field elements.
|
static class |
SelectionBase.FieldElement |
static class |
SelectionBase.SelectorElement |
class |
SequenceElement
<sequence> element definition.
|
class |
SimpleContentElement
Representation for a simpleContent element.
|
class |
SimpleExtensionElement
Definition for extension element used with a simple type.
|
class |
SimpleRestrictionElement
restriction element definition used for simple content.
|
class |
SimpleTypeElement
Representation for a simpleType element.
|
class |
UnionElement
union element definition.
|
class |
WildcardBase
Base for wildcard element definitions.
|
| Modifier and Type | Method and Description |
|---|---|
OpenAttrBase |
SchemaBase.getParent()
Get parent element.
|
OpenAttrBase |
SchemaPath.matchUnique(OpenAttrBase base)
Find unique match for expression starting from a supplied schema element annotation.
|
OpenAttrBase |
SchemaPath.partialMatchUnique(int first,
int last,
OpenAttrBase base)
Find unique match for subexpression starting from a supplied schema element annotation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
SchemaPath.StepBase.match(OpenAttrBase elem) |
boolean |
SchemaPath.PathStep.match(OpenAttrBase elem) |
OpenAttrBase |
SchemaPath.matchUnique(OpenAttrBase base)
Find unique match for expression starting from a supplied schema element annotation.
|
List |
SchemaPath.partialMatchMultiple(int first,
int last,
OpenAttrBase base)
Find any number of matches for subexpression starting from a supplied schema element annotation.
|
OpenAttrBase |
SchemaPath.partialMatchUnique(int first,
int last,
OpenAttrBase base)
Find unique match for subexpression starting from a supplied schema element annotation.
|
protected void |
SchemaBase.setParent(OpenAttrBase parent)
Set parent element.
|
| Constructor and Description |
|---|
FilteredSegmentList(LazyList list,
long match,
FilteredSegmentList prior,
OpenAttrBase owner)
Constructor with everything specified.
|
FilteredSegmentList(LazyList list,
long match,
OpenAttrBase owner)
Constructor with no prior filter.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaTypes.SchemaSimpleType
Simple schema type representation.
|
Copyright © 2005-2013 jibx.org. All Rights Reserved.