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 org.geotools.xml.impl.Handler
createChildHandler, endChildHandler, getComponent, getContext, getParentHandler, getParseNode, getSchemaContent, setContext, startChildHandler
 

Method Detail

startDocument

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

Throws:
org.xml.sax.SAXException

endDocument

void endDocument()
                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException


Copyright © 1996-2010 Geotools. All Rights Reserved.