Uses of Interface
net.sf.jour.rt.view.config.impl.runtime.UnmarshallingEventHandler

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
           
 

Methods in net.sf.jour.rt.view.config.impl that return UnmarshallingEventHandler
 UnmarshallingEventHandler TrimTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TrimImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TimeTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TimeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler SignatureTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler SignatureImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MethodsTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MethodsImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MethodsignatureTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MethodsignatureImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler JourViewTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler JourViewImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler IncludeTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler IncludeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler FilterTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler FilterImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ExcludeTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ExcludeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ClassnamesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ClassnamesImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ClassesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ClassesImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AutoreloadTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AutoreloadImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AccumulationTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AccumulationImpl.createUnmarshaller(UnmarshallingContext context)
           
 

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)
           
 



Copyright © 2004 sourceforge. All Rights Reserved.