com.sun.xml.bind.unmarshaller
Interface UnmarshallingEventHandler

All Known Implementing Classes:
ContentHandlerEx, ContentHandlerExAdaptor

Deprecated. in JAXB1.0.1

public interface UnmarshallingEventHandler

Implemented by the generated code to unmarshall an object from unmarshaller events.

ContentHandlerEx throws a SAXException when a problem is encountered and that problem is not reported. It is the responsibility of the caller of this interface to report it to the client's ValidationEventHandler and re-wrap it into UnmarshalException.

Since:
JAXB1.0

Method Summary
 void enterAttribute(java.lang.String uri, java.lang.String local)
          Deprecated.  
 void enterElement(java.lang.String uri, java.lang.String local, org.xml.sax.Attributes atts)
          Deprecated.  
 void leaveAttribute(java.lang.String uri, java.lang.String local)
          Deprecated.  
 void leaveChild(int nextState)
          Deprecated.  
 void leaveElement(java.lang.String uri, java.lang.String local)
          Deprecated.  
 void text(java.lang.String s)
          Deprecated.  
 

Method Detail

enterElement

void enterElement(java.lang.String uri,
                  java.lang.String local,
                  org.xml.sax.Attributes atts)
                  throws UnreportedException
Deprecated. 
Throws:
UnreportedException

leaveElement

void leaveElement(java.lang.String uri,
                  java.lang.String local)
                  throws UnreportedException
Deprecated. 
Throws:
UnreportedException

text

void text(java.lang.String s)
          throws UnreportedException
Deprecated. 
Throws:
UnreportedException

enterAttribute

void enterAttribute(java.lang.String uri,
                    java.lang.String local)
                    throws UnreportedException
Deprecated. 
Throws:
UnreportedException

leaveAttribute

void leaveAttribute(java.lang.String uri,
                    java.lang.String local)
                    throws UnreportedException
Deprecated. 
Throws:
UnreportedException

leaveChild

void leaveChild(int nextState)
                throws UnreportedException
Deprecated. 
Throws:
UnreportedException