Package org.geotools.xml.handlers.xsi
Class ListHandler
Object
XSIElementHandler
ListHandler
- All Implemented Interfaces:
- Serializable
ListHandler purpose.
 
represents a 'list' element
- Author:
- dzwiers, Refractions Research, Inc. http://www.refractions.net, $Author:$ (last modification)
- See Also:
- 
Field SummaryFieldsFields inherited from class XSIElementHandlerDEFAULT, EXTENSION, FACET, LIST, logger, RESTRICTION, SEQUENCE, SIMPLETYPE, UNION
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidendElement(String namespaceURI, String localName) handles SAX end Element events. this is an opportunity to complete some post-processinggetHandler(String namespaceURI, String localName) This method will be used to create the XSI document.intReturns one of the Specified types ... intended for use by the child packages onlyreturns the itemType attributeReturns the LocalName for this element (ie this declaration in the Schema ... so ComplexType or Sequence ...)returns the nested simpleType if one existsinthashCode()voidstartElement(String namespaceURI, String localName, Attributes atts) handles SAX start Element events.Methods inherited from class XSIElementHandlercharacters, equals, setLogLevel
- 
Field Details- 
LOCALNAME'list'- See Also:
 
 
- 
- 
Constructor Details- 
ListHandlerpublic ListHandler()
 
- 
- 
Method Details- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- XSIElementHandler
- See Also:
 
- 
getHandlerDescription copied from class:XSIElementHandlerThis method will be used to create the XSI document. Validation and in-fix processing is expected to exist within this method, along with data logging for post-processing. This method will directly affect the stack being used to complete the parse.- Specified by:
- getHandlerin class- XSIElementHandler
- Returns:
- XSIElementHandler, or null
- Throws:
- SAXException
- See Also:
 
- 
startElementDescription copied from class:XSIElementHandlerhandles SAX start Element events. This is an opportunity to complete some pre-processing.- Specified by:
- startElementin class- XSIElementHandler
- See Also:
 
- 
getLocalNameDescription copied from class:XSIElementHandlerReturns the LocalName for this element (ie this declaration in the Schema ... so ComplexType or Sequence ...)- Specified by:
- getLocalNamein class- XSIElementHandler
- Returns:
- String (not-null)
- See Also:
 
- 
getItemTypereturns the itemType attribute
- 
getSimpleTypereturns the nested simpleType if one exists
- 
getHandlerTypepublic int getHandlerType()Description copied from class:XSIElementHandlerReturns one of the Specified types ... intended for use by the child packages only- Specified by:
- getHandlerTypein class- XSIElementHandler
- Returns:
- int (DEFAULT?)
- See Also:
 
- 
endElementDescription copied from class:XSIElementHandlerhandles SAX end Element events. this is an opportunity to complete some post-processing- Specified by:
- endElementin class- XSIElementHandler
- See Also:
 
 
-