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

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

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

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl with parameters of type UnmarshallingContext
 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)
           
 

Constructors in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl with parameters of type UnmarshallingContext
ActiveParticipantTypeImpl.Unmarshaller(UnmarshallingContext context)
           
ActiveParticipantTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
AuditMessageImpl.Unmarshaller(UnmarshallingContext context)
           
AuditMessageImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
AuditMessageTypeImpl.ActiveParticipantTypeImpl.Unmarshaller(UnmarshallingContext context)
           
AuditMessageTypeImpl.ActiveParticipantTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
AuditMessageTypeImpl.Unmarshaller(UnmarshallingContext context)
           
AuditMessageTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
AuditSourceIdentificationTypeImpl.AuditSourceTypeCodeTypeImpl.Unmarshaller(UnmarshallingContext context)
           
AuditSourceIdentificationTypeImpl.AuditSourceTypeCodeTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
AuditSourceIdentificationTypeImpl.Unmarshaller(UnmarshallingContext context)
           
AuditSourceIdentificationTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
CodedValueTypeImpl.Unmarshaller(UnmarshallingContext context)
           
CodedValueTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
EventIdentificationTypeImpl.Unmarshaller(UnmarshallingContext context)
           
EventIdentificationTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ParticipantObjectIdentificationTypeImpl.ParticipantObjectIDTypeCodeTypeImpl.Unmarshaller(UnmarshallingContext context)
           
ParticipantObjectIdentificationTypeImpl.ParticipantObjectIDTypeCodeTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ParticipantObjectIdentificationTypeImpl.Unmarshaller(UnmarshallingContext context)
           
ParticipantObjectIdentificationTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
TypeValuePairTypeImpl.Unmarshaller(UnmarshallingContext context)
           
TypeValuePairTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
 

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

Classes in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime that implement UnmarshallingContext
 class SAXUnmarshallerHandlerImpl
          Implementation of UnmarshallerHandler.
 

Fields in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime declared as UnmarshallingContext
protected  UnmarshallingContext UnmarshallingEventHandlerAdaptor.context
           
 UnmarshallingContext AbstractUnmarshallingEventHandlerImpl.context
           
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime with parameters of type UnmarshallingContext
 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.
 

Constructors in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime with parameters of type UnmarshallingContext
AbstractUnmarshallingEventHandlerImpl(UnmarshallingContext _ctxt, java.lang.String _stateTextTypes)
           
Discarder(UnmarshallingContext _ctxt)
           
UnmarshallingEventHandlerAdaptor(UnmarshallingContext _ctxt, org.xml.sax.ContentHandler _handler)