|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |