Package org.geotools.xsd.impl
Interface DocumentHandler
-
- All Superinterfaces:
Handler
- All Known Implementing Classes:
DelegatingHandler,DocumentHandlerImpl
public interface DocumentHandler extends Handler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendDocument()voidstartDocument()-
Methods inherited from interface Handler
createChildHandler, endChildHandler, endPrefixMapping, getComponent, getContext, getParentHandler, getParseNode, getSchemaContent, setContext, startChildHandler, startPrefixMapping
-
-
-
-
Method Detail
-
startDocument
void startDocument() throws SAXException- Throws:
SAXException
-
endDocument
void endDocument() throws SAXException- Throws:
SAXException
-
-