|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommonTypeDefinition | |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.elements | |
| org.jibx.schema.support | |
| org.jibx.schema.validation | |
| Uses of CommonTypeDefinition in org.jibx.schema |
|---|
| Methods in org.jibx.schema that return CommonTypeDefinition | |
|---|---|
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. |
| Methods in org.jibx.schema with parameters of type CommonTypeDefinition | |
|---|---|
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. |
| Uses of CommonTypeDefinition in org.jibx.schema.elements |
|---|
| Subclasses of CommonTypeDefinition in org.jibx.schema.elements | |
|---|---|
class |
ComplexTypeElement
complexType element definition. |
class |
SimpleTypeElement
Representation for a simpleType element. |
| Methods in org.jibx.schema.elements that return CommonTypeDefinition | |
|---|---|
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. |
| Methods in org.jibx.schema.elements with parameters of type CommonTypeDefinition | |
|---|---|
void |
AttributeElement.setTypeDefinition(CommonTypeDefinition def)
Set type definition. |
void |
ElementElement.setTypeDefinition(CommonTypeDefinition def)
Set type definition (either inline, or as reference). |
| Uses of CommonTypeDefinition in org.jibx.schema.support |
|---|
| Subclasses of CommonTypeDefinition in org.jibx.schema.support | |
|---|---|
static class |
SchemaTypes.SchemaSimpleType
Simple schema type representation. |
| Methods in org.jibx.schema.support that return CommonTypeDefinition | |
|---|---|
static CommonTypeDefinition |
SchemaTypes.getSchemaType(String name)
Get predefined schema type. |
| Uses of CommonTypeDefinition in org.jibx.schema.validation |
|---|
| Methods in org.jibx.schema.validation that return CommonTypeDefinition | |
|---|---|
CommonTypeDefinition |
ValidationContext.findType(QName qname)
Find global type by name. |
| Methods in org.jibx.schema.validation with parameters of type CommonTypeDefinition | |
|---|---|
void |
ValidationContext.registerType(QName qname,
CommonTypeDefinition def)
Register global type in the current schema definition. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||