| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.elements | |
| org.jibx.schema.support | |
| org.jibx.schema.validation |
| Modifier and Type | Method and Description |
|---|---|
CommonTypeDefinition |
NameRegister.findType(QName qname)
Find global type by name.
|
CommonTypeDefinition |
NameRegister.registerType(QName qname,
CommonTypeDefinition def)
Register global type in the current schema definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaVisitorDelegate.exit(CommonTypeDefinition node) |
void |
SchemaVisitor.exit(CommonTypeDefinition node)
Exit type definition element.
|
CommonTypeDefinition |
NameRegister.registerType(QName qname,
CommonTypeDefinition def)
Register global type in the current schema definition.
|
boolean |
SchemaVisitorDelegate.visit(CommonTypeDefinition node) |
boolean |
SchemaVisitor.visit(CommonTypeDefinition node)
Visit type definition element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexTypeElement
complexType element definition.
|
class |
SimpleTypeElement
Representation for a simpleType element.
|
| Modifier and Type | Method and Description |
|---|---|
CommonTypeDefinition |
CommonTypeDerivation.getBaseType()
Get the base type definition.
|
CommonTypeDefinition |
ListElement.getItemTypeDefinition()
Get referenced item type definition.
|
CommonTypeDefinition[] |
UnionElement.getMemberTypeDefinitions()
Get referenced member type definitions.
|
CommonTypeDefinition |
AttributeElement.getTypeDefinition()
Get type definition.
|
CommonTypeDefinition |
ElementElement.getTypeDefinition()
Get type definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeElement.setTypeDefinition(CommonTypeDefinition def)
Set type definition.
|
void |
ElementElement.setTypeDefinition(CommonTypeDefinition def)
Set type definition (either inline, or as reference).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaTypes.SchemaSimpleType
Simple schema type representation.
|
| Modifier and Type | Method and Description |
|---|---|
static CommonTypeDefinition |
SchemaTypes.getSchemaType(String name)
Get predefined schema type.
|
| Modifier and Type | Method and Description |
|---|---|
CommonTypeDefinition |
ValidationContext.findType(QName qname)
Find global type by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationContext.registerType(QName qname,
CommonTypeDefinition def)
Register global type in the current schema definition.
|
Copyright © 2005-2013 jibx.org. All Rights Reserved.