Uses of Interface
de.nierbeck.timeTrack.model.impl.runtime.UnmarshallingEventHandler

Packages that use UnmarshallingEventHandler
de.nierbeck.timeTrack.model.impl   
de.nierbeck.timeTrack.model.impl.runtime   
 

Uses of UnmarshallingEventHandler in de.nierbeck.timeTrack.model.impl
 

Classes in de.nierbeck.timeTrack.model.impl that implement UnmarshallingEventHandler
 class EntriesImpl.Unmarshaller
           
 class EntriesTypeImpl.Unmarshaller
           
 class EntryTypeImpl.Unmarshaller
           
 

Methods in de.nierbeck.timeTrack.model.impl that return UnmarshallingEventHandler
 UnmarshallingEventHandler EntryTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler EntriesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler EntriesImpl.createUnmarshaller(UnmarshallingContext context)
           
 

Uses of UnmarshallingEventHandler in de.nierbeck.timeTrack.model.impl.runtime
 

Classes in de.nierbeck.timeTrack.model.impl.runtime that implement UnmarshallingEventHandler
 class AbstractUnmarshallingEventHandlerImpl
          Convenient default implementation of UnmarshallingEventHandler to minimize code generation.
 class UnmarshallingEventHandlerAdaptor
          Redirects events to another SAX ContentHandler.
 

Methods in de.nierbeck.timeTrack.model.impl.runtime that return UnmarshallingEventHandler
 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.
 UnmarshallingEventHandler UnmarshallableObject.createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 UnmarshallingEventHandler UnmarshallingContext.getCurrentHandler()
          Gets the current handler.
 UnmarshallingEventHandler SAXUnmarshallerHandlerImpl.getCurrentHandler()
           
 

Methods in de.nierbeck.timeTrack.model.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.spawnHandlerFromEnterAttribute(UnmarshallingEventHandler unm, int memento, java.lang.String uri, java.lang.String local, java.lang.String qname)
           
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.spawnHandlerFromFromText(UnmarshallingEventHandler unm, int memento, java.lang.String value)
           
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveAttribute(UnmarshallingEventHandler unm, int memento, java.lang.String uri, java.lang.String local, java.lang.String qname)
           
protected  void AbstractUnmarshallingEventHandlerImpl.spawnHandlerFromLeaveElement(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 © 2003-2006 Nierbeck. All Rights Reserved.