Package org.geotools.xml.handlers.xsi
Class SelectorHandler
Object
XSIElementHandler
SelectorHandler
- All Implemented Interfaces:
- Serializable
SelectorHandler purpose.
 
Represents a selector 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 onlygetId()Returns the LocalName for this element (ie this declaration in the Schema ... so ComplexType or Sequence ...)getXpath()inthashCode()voidstartElement(String namespaceURI, String localName, Attributes atts) handles SAX start Element events.Methods inherited from class XSIElementHandlercharacters, equals, setLogLevel
- 
Field Details- 
LOCALNAME'selector'- See Also:
 
 
- 
- 
Constructor Details- 
SelectorHandlerpublic SelectorHandler()
 
- 
- 
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
- 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:
 
- 
getId- Returns:
- id attribute value
 
- 
getXpath- Returns:
- xPath attribute value
 
- 
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:
 
 
-