Package | Description |
---|---|
org.jdtaus.mojo.resource.model.impl |
JAXB implementation classes of the
"http://jdtaus.org/core/model/container" namespace. |
org.jdtaus.mojo.resource.model.impl.runtime |
JAXB implementation classes of the
"http://jdtaus.org/core/model/container" namespace. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnmarshallingEventHandlerImpl
Convenient default implementation of
UnmarshallingEventHandler
to minimize code generation. |
class |
UnmarshallingEventHandlerAdaptor
Redirects events to another SAX ContentHandler.
|
Modifier and Type | Method and Description |
---|---|
UnmarshallingEventHandler |
GrammarInfoImpl.createUnmarshaller(String namespaceUri,
String localName,
UnmarshallingContext context) |
UnmarshallingEventHandler |
GrammarInfo.createUnmarshaller(String namespaceUri,
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() |
Modifier and Type | Method and Description |
---|---|
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,
String uri,
String local,
String qname) |
protected void |
AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromEnterElement(UnmarshallingEventHandler unm,
int memento,
String uri,
String local,
String qname,
Attributes atts) |
protected void |
AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromFromText(UnmarshallingEventHandler unm,
int memento,
String value) |
protected void |
AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveAttribute(UnmarshallingEventHandler unm,
int memento,
String uri,
String local,
String qname) |
protected void |
AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveElement(UnmarshallingEventHandler unm,
int memento,
String uri,
String local,
String qname) |
protected void |
AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromText(UnmarshallingEventHandler unm,
int memento,
String text) |
Copyright © 2005-2012 jDTAUS. All Rights Reserved.