org.geotools.xml.handlers.xsi
Class ElementGroupingHandler
Object
XSIElementHandler
ElementGroupingHandler
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AllHandler, AnyHandler, ChoiceHandler, ElementTypeHandler, GroupHandler, SequenceHandler
public abstract class ElementGroupingHandler
- extends XSIElementHandler
Allows the developer to avoid instanceof operators when wishing to compress.
- Author:
- dzwiers www.refractions.net
- See Also:
- Serialized Form
- Module:
modules/library/xml (gt-xml.jar)
Method Summary |
protected 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. |
ElementGroupingHandler
public ElementGroupingHandler()
compress
protected abstract ElementGrouping compress(SchemaHandler parent)
throws SAXException
This will compress the given element based on it's type and the parent
schema, allowing for references to be resolved.
- Parameters:
parent
-
- Throws:
SAXException
Copyright © 1996-2010 Geotools. All Rights Reserved.