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

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

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

Classes in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime that implement SAXUnmarshallerHandler
(package private)  class InterningUnmarshallerHandler
          Filter SAXUnmarshallerHandler that interns all the Strings * in the SAX events.
 class SAXUnmarshallerHandlerImpl
          Implementation of UnmarshallerHandler.
 class ValidatingUnmarshaller
          Filter implementation of SAXUnmarshallerHandler.
 

Fields in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime declared as SAXUnmarshallerHandler
private  SAXUnmarshallerHandler InterningUnmarshallerHandler.core
          Field core
private  SAXUnmarshallerHandler ValidatingUnmarshaller.core
          Field core
private  SAXUnmarshallerHandler ErrorHandlerAdaptor.host
          the client event handler that will receive the validation events
 

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime that return SAXUnmarshallerHandler
private  SAXUnmarshallerHandler UnmarshallerImpl.createUnmarshallerHandler(com.sun.xml.bind.validator.Locator locator)
          Creates and configures a new unmarshalling pipe line.
 

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type SAXUnmarshallerHandler
static ValidatingUnmarshaller ValidatingUnmarshaller.create(com.sun.msv.grammar.Grammar grammar, SAXUnmarshallerHandler _core, com.sun.xml.bind.validator.Locator locator)
          Creates a new instance of ValidatingUnmarshaller.
 

Constructors in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type SAXUnmarshallerHandler
InterningUnmarshallerHandler(SAXUnmarshallerHandler core)
          Constructor for InterningUnmarshallerHandler
ValidatingUnmarshaller(com.sun.msv.verifier.VerifierFilter filter, SAXUnmarshallerHandler _core)
          Constructor for ValidatingUnmarshaller
ErrorHandlerAdaptor(SAXUnmarshallerHandler _host, com.sun.xml.bind.validator.Locator locator)
          Constructor for ErrorHandlerAdaptor