Uses of Interface
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime.UnmarshallingEventHandler

Packages that use UnmarshallingEventHandler
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl   
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime   
 

Uses of UnmarshallingEventHandler in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl
 

Classes in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl that implement UnmarshallingEventHandler
 class CommentImpl.Unmarshaller
           
 class ErrorImpl.Unmarshaller
           
 class MessageImpl.Unmarshaller
           
 class UserProfileImpl.Unmarshaller
           
 class VirtualclassroomDOImpl.Unmarshaller
           
 class VirtualClassRoomDOTypeImpl.Unmarshaller
           
 

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl that return UnmarshallingEventHandler
 UnmarshallingEventHandler VirtualclassroomDOImpl.createUnmarshaller(UnmarshallingContext context)
          Method createUnmarshaller
 UnmarshallingEventHandler ErrorImpl.createUnmarshaller(UnmarshallingContext context)
          Method createUnmarshaller
 UnmarshallingEventHandler MessageImpl.createUnmarshaller(UnmarshallingContext context)
          Method createUnmarshaller
 UnmarshallingEventHandler UserProfileImpl.createUnmarshaller(UnmarshallingContext context)
          Method createUnmarshaller
 UnmarshallingEventHandler CommentImpl.createUnmarshaller(UnmarshallingContext context)
          Method createUnmarshaller
 UnmarshallingEventHandler VirtualClassRoomDOTypeImpl.createUnmarshaller(UnmarshallingContext context)
          Method createUnmarshaller
 

Uses of UnmarshallingEventHandler in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime
 

Classes in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime that implement UnmarshallingEventHandler
 class AbstractUnmarshallingEventHandlerImpl
          Convenient default implementation of * UnmarshallingEventHandler * to minimize code generation.
(package private)  class Discarder
          UnmarshallingEventHandler implementation that discards the whole sub-tree.
 class UnmarshallingEventHandlerAdaptor
          Redirects events to another SAX ContentHandler.
 

Fields in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime declared as UnmarshallingEventHandler
private  UnmarshallingEventHandler[] SAXUnmarshallerHandlerImpl.handlers
          Field handlers
 

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime that return UnmarshallingEventHandler
 UnmarshallingEventHandler GrammarInfo.createUnmarshaller(java.lang.String namespaceUri, java.lang.String localName, UnmarshallingContext context)
          Creates an unmarshaller that can unmarshal a given element.
private  UnmarshallingEventHandler AbstractUnmarshallingEventHandlerImpl.spawnChild(java.lang.Class clazz, int memento)
          Method spawnChild
 UnmarshallingEventHandler GrammarInfoFacade.createUnmarshaller(java.lang.String namespaceUri, java.lang.String localName, UnmarshallingContext context)
          Method createUnmarshaller
 UnmarshallingEventHandler UnmarshallableObject.createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 UnmarshallingEventHandler GrammarInfoImpl.createUnmarshaller(java.lang.String namespaceUri, java.lang.String localName, UnmarshallingContext context)
          Method createUnmarshaller
 UnmarshallingEventHandler SAXUnmarshallerHandlerImpl.getCurrentHandler()
          Method getCurrentHandler
 UnmarshallingEventHandler UnmarshallingContext.getCurrentHandler()
          Gets the current handler.
 

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type UnmarshallingEventHandler
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromEnterElement(UnmarshallingEventHandler unm, int memento, java.lang.String uri, java.lang.String local, java.lang.String qname, org.xml.sax.Attributes atts)
          Method spawnHandlerFromEnterElement
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromEnterAttribute(UnmarshallingEventHandler unm, int memento, java.lang.String uri, java.lang.String local, java.lang.String qname)
          Method spawnHandlerFromEnterAttribute
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromFromText(UnmarshallingEventHandler unm, int memento, java.lang.String value)
          Method spawnHandlerFromFromText
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveElement(UnmarshallingEventHandler unm, int memento, java.lang.String uri, java.lang.String local, java.lang.String qname)
          Method spawnHandlerFromLeaveElement
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveAttribute(UnmarshallingEventHandler unm, int memento, java.lang.String uri, java.lang.String local, java.lang.String qname)
          Method spawnHandlerFromLeaveAttribute
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromText(UnmarshallingEventHandler unm, int memento, java.lang.String text)
          Method spawnHandlerFromText
 void SAXUnmarshallerHandlerImpl.pushContentHandler(UnmarshallingEventHandler handler, int memento)
          Method pushContentHandler
 void UnmarshallingContext.pushContentHandler(UnmarshallingEventHandler handler, int memento)
          Pushes the current content handler into the stack and registers the newly specified content handler so that it can receive SAX events.