org.geotools.xml.impl
Interface DocumentHandler

All Superinterfaces:
Handler
All Known Implementing Classes:
DelegatingHandler, DocumentHandlerImpl

public interface DocumentHandler
extends Handler


Method Summary
 void endDocument()
           
 void startDocument()
          Returns the element handler for the root element of an instance document.
 
Methods inherited from interface Handler
createChildHandler, endChildHandler, getComponent, getContext, getParentHandler, getParseNode, getSchemaContent, setContext, startChildHandler
 

Method Detail

startDocument

void startDocument()
                   throws SAXException
Returns the element handler for the root element of an instance document.

Throws:
SAXException

endDocument

void endDocument()
                 throws SAXException
Throws:
SAXException


Copyright © 1996-2009 Geotools. All Rights Reserved.