Uses of Interface
org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime.SAXUnmarshallerHandler

Packages that use SAXUnmarshallerHandler
org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime   
 

Uses of SAXUnmarshallerHandler in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime
 

Classes in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.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.
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.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 org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime with parameters of type SAXUnmarshallerHandler
ErrorHandlerAdaptor(SAXUnmarshallerHandler _host, com.sun.xml.bind.validator.Locator locator)
           
InterningUnmarshallerHandler(SAXUnmarshallerHandler core)