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

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

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

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl with parameters of type UnmarshallingContext
 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
 

Constructors in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl with parameters of type UnmarshallingContext
VirtualclassroomDOImpl.Unmarshaller(UnmarshallingContext context)
          Constructor for Unmarshaller
VirtualclassroomDOImpl.Unmarshaller(UnmarshallingContext context, int startState)
          Constructor for Unmarshaller
ErrorImpl.Unmarshaller(UnmarshallingContext context)
          Constructor for Unmarshaller
ErrorImpl.Unmarshaller(UnmarshallingContext context, int startState)
          Constructor for Unmarshaller
MessageImpl.Unmarshaller(UnmarshallingContext context)
          Constructor for Unmarshaller
MessageImpl.Unmarshaller(UnmarshallingContext context, int startState)
          Constructor for Unmarshaller
UserProfileImpl.Unmarshaller(UnmarshallingContext context)
          Constructor for Unmarshaller
UserProfileImpl.Unmarshaller(UnmarshallingContext context, int startState)
          Constructor for Unmarshaller
CommentImpl.Unmarshaller(UnmarshallingContext context)
          Constructor for Unmarshaller
CommentImpl.Unmarshaller(UnmarshallingContext context, int startState)
          Constructor for Unmarshaller
VirtualClassRoomDOTypeImpl.Unmarshaller(UnmarshallingContext context)
          Constructor for Unmarshaller
VirtualClassRoomDOTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
          Constructor for Unmarshaller
 

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

Classes in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime that implement UnmarshallingContext
 class SAXUnmarshallerHandlerImpl
          Implementation of UnmarshallerHandler.
 

Fields in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime declared as UnmarshallingContext
private  UnmarshallingContext Discarder.context
          Field context
 UnmarshallingContext AbstractUnmarshallingEventHandlerImpl.context
          Field context
protected  UnmarshallingContext UnmarshallingEventHandlerAdaptor.context
          Field context
 

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type UnmarshallingContext
 UnmarshallingEventHandler GrammarInfo.createUnmarshaller(java.lang.String namespaceUri, java.lang.String localName, UnmarshallingContext context)
          Creates an unmarshaller that can unmarshal a given element.
 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
 

Constructors in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type UnmarshallingContext
Discarder(UnmarshallingContext _ctxt)
          Constructor for Discarder
AbstractUnmarshallingEventHandlerImpl(UnmarshallingContext _ctxt, java.lang.String _stateTextTypes)
          Constructor for AbstractUnmarshallingEventHandlerImpl
UnmarshallingEventHandlerAdaptor(UnmarshallingContext _ctxt, org.xml.sax.ContentHandler _handler)
          Constructor for UnmarshallingEventHandlerAdaptor