com.openharbor.beck.sax
Interface SAXContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler
All Known Implementing Classes:
DefaultSAXContentHandler

public interface SAXContentHandler
extends org.xml.sax.ContentHandler


Method Summary
 java.lang.Object getResult()
           
 java.lang.Object removeResult()
          Get the Java object that was copied from the XML document and also release all resources and subsequently behave as though newly returned from MapFromXML.newContentHandler.
 void setBaseURI(java.lang.String uri)
           
 void setEntityResolver(org.xml.sax.EntityResolver resolver)
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

setBaseURI

public void setBaseURI(java.lang.String uri)

setEntityResolver

public void setEntityResolver(org.xml.sax.EntityResolver resolver)

getResult

public java.lang.Object getResult()
Returns:
the Java object that was copied from the XML document.

removeResult

public java.lang.Object removeResult()
Get the Java object that was copied from the XML document and also release all resources and subsequently behave as though newly returned from MapFromXML.newContentHandler. This object remains bound to a MapFromXML, but all state pertaining to the current XML document is cleared.