|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnmarshallingEventHandler | |
| uk.ac.ebi.adfconverter.tools.checker.data.impl | |
| uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime | |
| Uses of UnmarshallingEventHandler in uk.ac.ebi.adfconverter.tools.checker.data.impl |
| Uses of UnmarshallingEventHandler in uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime |
| Classes in uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime that implement UnmarshallingEventHandler | |
class |
AbstractUnmarshallingEventHandlerImpl
Convenient default implementation of com.sun.xml.bind.unmarshaller.UnmarshallingEventHandler
to minimize code generation.
|
class |
UnmarshallingEventHandlerAdaptor
Redirects events to another SAX ContentHandler. |
| Methods in uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime that return UnmarshallingEventHandler | |
UnmarshallingEventHandler |
UnmarshallingContext.getCurrentHandler()
Gets the current handler. |
UnmarshallingEventHandler |
UnmarshallableObject.createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object. |
UnmarshallingEventHandler |
SAXUnmarshallerHandlerImpl.getCurrentHandler()
|
UnmarshallingEventHandler |
GrammarInfoImpl.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. |
| Methods in uk.ac.ebi.adfconverter.tools.checker.data.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||