Package org.geotools.xml.handlers.xsi
Class ElementGroupingHandler
Object
XSIElementHandler
ElementGroupingHandler
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AllHandler
,AnyHandler
,ChoiceHandler
,ElementTypeHandler
,GroupHandler
,SequenceHandler
Allows the developer to avoid instanceof operators when wishing to compress.
- Author:
- dzwiers www.refractions.net
- See Also:
-
Field Summary
Fields inherited from class XSIElementHandler
DEFAULT, EXTENSION, FACET, LIST, logger, RESTRICTION, SEQUENCE, SIMPLETYPE, UNION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ElementGrouping
compress
(SchemaHandler parent) This will compress the given element based on it's type and the parent schema, allowing for references to be resolved.Methods inherited from class XSIElementHandler
characters, endElement, equals, getHandler, getHandlerType, getLocalName, hashCode, setLogLevel, startElement
-
Constructor Details
-
ElementGroupingHandler
public ElementGroupingHandler()
-
-
Method Details
-
compress
This will compress the given element based on it's type and the parent schema, allowing for references to be resolved.- Throws:
SAXException
-