| Package | Description |
|---|---|
| org.exolab.castor.builder |
Castor XML code generator
|
| org.exolab.castor.xml.schema | |
| org.exolab.castor.xml.schema.reader |
| Modifier and Type | Method and Description |
|---|---|
String |
GroupNaming.createClassName(Group group,
String packageName)
Creates a class name for the given Group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelGroup
An XML Schema ModelGroup :
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Wildcard.getModelGroup()
Returns the model group that contains this wildcard, can return null.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexType.addGroup(Group group)
Adds the given Group to this
ContentModelGroup. |
void |
ContentModelGroup.addGroup(Group group)
Adds the given
Group to this ContentModelGroup. |
void |
Group.addGroup(Group group)
Adds the given
Group to this ContentModelGroup. |
boolean |
ComplexType.removeGroup(Group group)
Removes the given Group from this ContentModelGroup.
|
boolean |
ContentModelGroup.removeGroup(Group group)
Removes the given
Group from this ContentModelGroup. |
boolean |
Group.removeGroup(Group group)
Removes the given
Group from this ContentModelGroup. |
| Constructor and Description |
|---|
Wildcard(Group group)
The wildcard is embedded in a ModelGroup (
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupUnmarshaller.getGroup()
Returns the Group that was unmarshalled by this Unmarshaller.
|
| Constructor and Description |
|---|
WildcardUnmarshaller(SchemaContext schemaContext,
Group group,
Schema schema,
String element,
AttributeSet atts) |
Copyright © 2021. All rights reserved.