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

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

Uses of UnmarshallingEventHandler in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl
 

Classes in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl that implement UnmarshallingEventHandler
 class ActiveParticipantTypeImpl.Unmarshaller
           
 class AuditMessageImpl.Unmarshaller
           
 class AuditMessageTypeImpl.ActiveParticipantTypeImpl.Unmarshaller
           
 class AuditMessageTypeImpl.Unmarshaller
           
 class AuditSourceIdentificationTypeImpl.AuditSourceTypeCodeTypeImpl.Unmarshaller
           
 class AuditSourceIdentificationTypeImpl.Unmarshaller
           
 class CodedValueTypeImpl.Unmarshaller
           
 class EventIdentificationTypeImpl.Unmarshaller
           
 class ParticipantObjectIdentificationTypeImpl.ParticipantObjectIDTypeCodeTypeImpl.Unmarshaller
           
 class ParticipantObjectIdentificationTypeImpl.Unmarshaller
           
 class TypeValuePairTypeImpl.Unmarshaller
           
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl that return UnmarshallingEventHandler
 UnmarshallingEventHandler TypeValuePairTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ParticipantObjectIdentificationTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ParticipantObjectIdentificationTypeImpl.ParticipantObjectIDTypeCodeTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler EventIdentificationTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler CodedValueTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AuditSourceIdentificationTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AuditSourceIdentificationTypeImpl.AuditSourceTypeCodeTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AuditMessageTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AuditMessageTypeImpl.ActiveParticipantTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AuditMessageImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ActiveParticipantTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 

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

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

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime that return UnmarshallingEventHandler
 UnmarshallingEventHandler GrammarInfoImpl.createUnmarshaller(java.lang.String namespaceUri, java.lang.String localName, UnmarshallingContext context)
           
 UnmarshallingEventHandler GrammarInfoFacade.createUnmarshaller(java.lang.String namespaceUri, java.lang.String localName, UnmarshallingContext context)
           
 UnmarshallingEventHandler GrammarInfo.createUnmarshaller(java.lang.String namespaceUri, java.lang.String localName, UnmarshallingContext context)
          Creates an unmarshaller that can unmarshal a given element.
 UnmarshallingEventHandler UnmarshallableObject.createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 UnmarshallingEventHandler UnmarshallingContext.getCurrentHandler()
          Gets the current handler.
 UnmarshallingEventHandler SAXUnmarshallerHandlerImpl.getCurrentHandler()
           
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime with parameters of type UnmarshallingEventHandler
 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.
 void SAXUnmarshallerHandlerImpl.pushContentHandler(UnmarshallingEventHandler handler, int memento)
           
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromEnterAttribute(UnmarshallingEventHandler unm, int memento, java.lang.String uri, java.lang.String local, java.lang.String qname)
           
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)
           
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromFromText(UnmarshallingEventHandler unm, int memento, java.lang.String value)
           
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveAttribute(UnmarshallingEventHandler unm, int memento, java.lang.String uri, java.lang.String local, java.lang.String qname)
           
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveElement(UnmarshallingEventHandler unm, int memento, java.lang.String uri, java.lang.String local, java.lang.String qname)
           
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromText(UnmarshallingEventHandler unm, int memento, java.lang.String text)