Uses of Class
org.geotools.xml.handlers.xsi.SchemaHandler
Packages that use SchemaHandler
-
Uses of SchemaHandler in org.geotools.xml.handlers.xsi
Methods in org.geotools.xml.handlers.xsi with parameters of type SchemaHandlerModifier and TypeMethodDescriptionprotected ElementGroupingAllHandler.compress(SchemaHandler parent) protected ElementGroupingAnyHandler.compress(SchemaHandler parent) protected AttributeGroupAttributeGroupHandler.compress(SchemaHandler parent) Reduces the memory imprint returning a smaller objectprotected AttributeAttributeHandler.compress(SchemaHandler parent) creates a smaller simpler versionprotected ElementGroupingChoiceHandler.compress(SchemaHandler parent) protected ComplexTypeComplexTypeHandler.compress(SchemaHandler parent) compresses the inheritance tree, caching a more efficient copy.protected abstract ElementGroupingElementGroupingHandler.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 ElementGroupingElementTypeHandler.compress(SchemaHandler parent) protected ElementGroupingGroupHandler.compress(SchemaHandler parent) protected ElementGroupingSequenceHandler.compress(SchemaHandler parent) protected SimpleTypeSimpleTypeHandler.compress(SchemaHandler parent) compacts the data resolving references.