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 UnmarshallingContext.getCurrentEventHandler()
          Deprecated. Gets the current handler.
 UnmarshallingEventHandler SAXUnmarshallerHandlerImpl.getCurrentEventHandler()
          Deprecated.  
 

Methods in com.sun.xml.bind.unmarshaller with parameters of type UnmarshallingEventHandler
 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.
 void SAXUnmarshallerHandlerImpl.pushContentHandler(UnmarshallingEventHandler handler, int memento)
          Deprecated.  
 



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