protected ElementGrouping |
AllHandler.compress(SchemaHandler parent) |
|
protected ElementGrouping |
AnyHandler.compress(SchemaHandler parent) |
|
protected AttributeGroup |
AttributeGroupHandler.compress(SchemaHandler parent) |
Reduces the memory imprint returning a smaller object
|
protected Attribute |
AttributeHandler.compress(SchemaHandler parent) |
creates a smaller simpler version
|
protected ElementGrouping |
ChoiceHandler.compress(SchemaHandler parent) |
|
protected ComplexType |
ComplexTypeHandler.compress(SchemaHandler parent) |
compresses the inheritance tree, caching a more efficient copy.
|
protected abstract ElementGrouping |
ElementGroupingHandler.compress(SchemaHandler parent) |
This will compress the given element based on it's type and the parent schema, allowing for
references to be resolved.
|
protected ElementGrouping |
ElementTypeHandler.compress(SchemaHandler parent) |
|
protected ElementGrouping |
GroupHandler.compress(SchemaHandler parent) |
|
protected ElementGrouping |
SequenceHandler.compress(SchemaHandler parent) |
|
protected SimpleType |
SimpleTypeHandler.compress(SchemaHandler parent) |
compacts the data resolving references.
|