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

Packages that use UnmarshallingEventHandler
net.sf.jour.config.impl   
net.sf.jour.config.impl.runtime   
 

Uses of UnmarshallingEventHandler in net.sf.jour.config.impl
 

Classes in net.sf.jour.config.impl that implement UnmarshallingEventHandler
 class AspectImpl.Unmarshaller
           
 class AspectTypeImpl.Unmarshaller
           
 class JourImpl.Unmarshaller
           
 class JourTypeImpl.Unmarshaller
           
 class PointcutImpl.Unmarshaller
           
 class PointcutTypeImpl.Unmarshaller
           
 class TypedefImpl.Unmarshaller
           
 

Methods in net.sf.jour.config.impl that return UnmarshallingEventHandler
 UnmarshallingEventHandler TypedefImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler PointcutTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler PointcutImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler JourTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler JourImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AspectTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler AspectImpl.createUnmarshaller(UnmarshallingContext context)
           
 

Uses of UnmarshallingEventHandler in net.sf.jour.config.impl.runtime
 

Classes in net.sf.jour.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 UnmarshallingEventHandlerAdaptor
          Redirects events to another SAX ContentHandler.
 

Methods in net.sf.jour.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.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 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.