com.sun.xml.bind.unmarshaller
Interface SAXUnmarshallerHandler

All Superinterfaces:
org.xml.sax.ContentHandler, UnmarshallerHandler, ValidationEventHandler
All Known Implementing Classes:
SAXUnmarshallerHandlerImpl, ValidatingUnmarshaller

Deprecated. in JAXB1.0.1

public interface SAXUnmarshallerHandler
extends UnmarshallerHandler, ValidationEventHandler

Unified event handler that processes both the SAX events and error events.

Since:
JAXB1.0

Method Summary
 
Methods inherited from interface javax.xml.bind.UnmarshallerHandler
getResult
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface javax.xml.bind.ValidationEventHandler
handleEvent
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.