Uses of Interface
com.sun.xml.bind.unmarshaller.UnmarshallingEventHandler

Packages that use UnmarshallingEventHandler
com.sun.xml.bind.unmarshaller   
 

Uses of UnmarshallingEventHandler in com.sun.xml.bind.unmarshaller
 

Classes in com.sun.xml.bind.unmarshaller that implement UnmarshallingEventHandler
 class ContentHandlerEx
          Deprecated. in JAXB1.0.1
 class ContentHandlerExAdaptor
          Deprecated. in JAXB1.0.1
 

Methods in com.sun.xml.bind.unmarshaller that return UnmarshallingEventHandler
 UnmarshallingEventHandler SAXUnmarshallerHandlerImpl.getCurrentEventHandler()
          Deprecated.  
 UnmarshallingEventHandler UnmarshallingContext.getCurrentEventHandler()
          Deprecated. Gets the current handler.
 

Methods in com.sun.xml.bind.unmarshaller with parameters of type UnmarshallingEventHandler
 void SAXUnmarshallerHandlerImpl.pushContentHandler(UnmarshallingEventHandler handler, int memento)
          Deprecated.  
 void UnmarshallingContext.pushContentHandler(UnmarshallingEventHandler handler, int memento)
          Deprecated. Pushes the current content handler into the stack and registers the newly specified content handler so that it can receive SAX events.