org.geotools.data.wfs
Class WFSSchemaFactory.WFSRootHandler

java.lang.Object
  extended byorg.geotools.xml.XSIElementHandler
      extended byorg.geotools.xml.handlers.xsi.RootHandler
          extended byorg.geotools.data.wfs.WFSSchemaFactory.WFSRootHandler
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WFSSchemaFactory

protected static class WFSSchemaFactory.WFSRootHandler
extends RootHandler

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.xml.handlers.xsi.RootHandler
LOCALNAME
 
Fields inherited from class org.geotools.xml.XSIElementHandler
DEFAULT, EXTENSION, FACET, LIST, logger, RESTRICTION, SEQUENCE, SIMPLETYPE, UNION
 
Constructor Summary
WFSSchemaFactory.WFSRootHandler(java.net.URI uri)
           
 
Method Summary
 XSIElementHandler getHandler(java.lang.String namespaceURI, java.lang.String localName)
          This method will be used to create the XSI document.
 Schema getSchema()
           intended to be called after the parse, this generates a Schema object from the schema which was parsed in.
 
Methods inherited from class org.geotools.xml.handlers.xsi.RootHandler
endElement, getHandlerType, getLocalName, hashCode, startElement, startPrefixMapping
 
Methods inherited from class org.geotools.xml.XSIElementHandler
characters, equals, setLogLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFSSchemaFactory.WFSRootHandler

public WFSSchemaFactory.WFSRootHandler(java.net.URI uri)
Parameters:
uri -
Method Detail

getHandler

public XSIElementHandler getHandler(java.lang.String namespaceURI,
                                    java.lang.String localName)
Description copied from class: XSIElementHandler
This 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.

Overrides:
getHandler in class RootHandler
See Also:
XSIElementHandler.getHandler(java.lang.String, java.lang.String)

getSchema

public Schema getSchema()
                 throws org.xml.sax.SAXException
Description copied from class: RootHandler

intended to be called after the parse, this generates a Schema object from the schema which was parsed in.

Overrides:
getSchema in class RootHandler
Returns:
Throws:
org.xml.sax.SAXException
See Also:
RootHandler.getSchema()


Copyright © GeoTools. All Rights Reserved.