|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnmarshallingEventHandler | |
net.sf.jour.rt.view.config.impl | |
net.sf.jour.rt.view.config.impl.runtime |
Uses of UnmarshallingEventHandler in net.sf.jour.rt.view.config.impl |
Classes in net.sf.jour.rt.view.config.impl that implement UnmarshallingEventHandler | |
class |
AccumulationImpl.Unmarshaller
|
class |
AccumulationTypeImpl.Unmarshaller
|
class |
AutoreloadImpl.Unmarshaller
|
class |
AutoreloadTypeImpl.Unmarshaller
|
class |
ClassesImpl.Unmarshaller
|
class |
ClassesTypeImpl.Unmarshaller
|
class |
ClassnamesImpl.Unmarshaller
|
class |
ClassnamesTypeImpl.Unmarshaller
|
class |
ExcludeImpl.Unmarshaller
|
class |
ExcludeTypeImpl.Unmarshaller
|
class |
FilterImpl.Unmarshaller
|
class |
FilterTypeImpl.Unmarshaller
|
class |
IncludeImpl.Unmarshaller
|
class |
IncludeTypeImpl.Unmarshaller
|
class |
JourViewImpl.Unmarshaller
|
class |
JourViewTypeImpl.Unmarshaller
|
class |
MethodsignatureImpl.Unmarshaller
|
class |
MethodsignatureTypeImpl.Unmarshaller
|
class |
MethodsImpl.Unmarshaller
|
class |
MethodsTypeImpl.Unmarshaller
|
class |
SignatureImpl.Unmarshaller
|
class |
SignatureTypeImpl.Unmarshaller
|
class |
TimeImpl.Unmarshaller
|
class |
TimeTypeImpl.Unmarshaller
|
class |
TrimImpl.Unmarshaller
|
class |
TrimTypeImpl.Unmarshaller
|
Uses of UnmarshallingEventHandler in net.sf.jour.rt.view.config.impl.runtime |
Classes in net.sf.jour.rt.view.config.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 |
InterleaveDispatcher
Splits the unmarshalling events to bracnhes to support XML Schema's <all> and RELAX NG's <interleave> This class will be extended by the generated code. |
class |
UnmarshallingEventHandlerAdaptor
Redirects events to another SAX ContentHandler. |
Methods in net.sf.jour.rt.view.config.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 |
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. |
Methods in net.sf.jour.rt.view.config.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 |
InterleaveDispatcher.init(UnmarshallingEventHandler[] handlers)
|
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.spawnHandlerFromEnterAttribute(UnmarshallingEventHandler unm,
int memento,
java.lang.String uri,
java.lang.String local,
java.lang.String qname)
|
protected void |
AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromFromText(UnmarshallingEventHandler unm,
int memento,
java.lang.String value)
|
protected void |
AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveElement(UnmarshallingEventHandler unm,
int memento,
java.lang.String uri,
java.lang.String local,
java.lang.String qname)
|
protected void |
AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveAttribute(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 |