org.geotools.data.wfs.v1_0_0
Class WFSSchemaFactory.WFSRootHandler
Object
XSIElementHandler
RootHandler
WFSSchemaFactory.WFSRootHandler
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- WFSSchemaFactory
protected static class WFSSchemaFactory.WFSRootHandler
- extends RootHandler
- See Also:
- Serialized Form
WFSSchemaFactory.WFSRootHandler
public WFSSchemaFactory.WFSRootHandler(URI uri)
- Parameters:
uri
-
getHandler
public XSIElementHandler getHandler(String namespaceURI,
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
- Returns:
- XSIElementHandler, or null
- See Also:
XSIElementHandler.getHandler(java.lang.String, java.lang.String)
getSchema
public Schema getSchema()
throws 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
- Throws:
SAXException
- See Also:
RootHandler.getSchema()
Copyright © 1996-2014 Geotools. All Rights Reserved.