|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaHandler | |
org.geotools.xml.handlers.xsi | Overview This package contains information about xml schemas, and processes to create parse and interpret Schema. |
Uses of SchemaHandler in org.geotools.xml.handlers.xsi |
Methods in org.geotools.xml.handlers.xsi with parameters of type SchemaHandler | |
protected ElementGrouping |
GroupHandler.compress(SchemaHandler parent)
|
protected ElementGrouping |
ElementTypeHandler.compress(SchemaHandler parent)
|
protected ElementGrouping |
ChoiceHandler.compress(SchemaHandler parent)
|
protected ElementGrouping |
AnyHandler.compress(SchemaHandler parent)
|
protected AttributeGroup |
AttributeGroupHandler.compress(SchemaHandler parent)
Reduces the memory imprint returning a smaller object |
protected ComplexType |
ComplexTypeHandler.compress(SchemaHandler parent)
compresses the inheritance tree, caching a more efficient copy. |
protected ElementGrouping |
SequenceHandler.compress(SchemaHandler parent)
|
protected ElementGrouping |
AllHandler.compress(SchemaHandler parent)
|
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 SimpleType |
SimpleTypeHandler.compress(SchemaHandler parent)
compacts the data resolving references. |
protected Attribute |
AttributeHandler.compress(SchemaHandler parent)
creates a smaller simpler version |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |