Uses of Interface
org.jcoderz.phoenix.findbugs.message.jaxb.impl.runtime.UnmarshallingEventHandler

Packages that use UnmarshallingEventHandler
org.jcoderz.phoenix.findbugs.message.jaxb.impl   
org.jcoderz.phoenix.findbugs.message.jaxb.impl.runtime   
 

Uses of UnmarshallingEventHandler in org.jcoderz.phoenix.findbugs.message.jaxb.impl
 

Classes in org.jcoderz.phoenix.findbugs.message.jaxb.impl that implement UnmarshallingEventHandler
 class BugCategoryTypeImpl.Unmarshaller
           
 class BugCodeTypeImpl.Unmarshaller
           
 class BugPatternTypeImpl.Unmarshaller
           
 class DetectorTypeImpl.Unmarshaller
           
 class MessageCollectionImpl.Unmarshaller
           
 class MessageCollectionTypeImpl.BugCategoryImpl.Unmarshaller
           
 class MessageCollectionTypeImpl.BugCodeImpl.Unmarshaller
           
 class MessageCollectionTypeImpl.BugPatternImpl.Unmarshaller
           
 class MessageCollectionTypeImpl.DetectorImpl.Unmarshaller
           
 class MessageCollectionTypeImpl.PluginImpl.Unmarshaller
           
 class MessageCollectionTypeImpl.Unmarshaller
           
 class PluginTypeImpl.Unmarshaller
           
 

Methods in org.jcoderz.phoenix.findbugs.message.jaxb.impl that return UnmarshallingEventHandler
 UnmarshallingEventHandler PluginTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MessageCollectionTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MessageCollectionTypeImpl.BugCategoryImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MessageCollectionTypeImpl.BugCodeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MessageCollectionTypeImpl.BugPatternImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MessageCollectionTypeImpl.DetectorImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MessageCollectionTypeImpl.PluginImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MessageCollectionImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler DetectorTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler BugPatternTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler BugCodeTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler BugCategoryTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 

Uses of UnmarshallingEventHandler in org.jcoderz.phoenix.findbugs.message.jaxb.impl.runtime
 

Classes in org.jcoderz.phoenix.findbugs.message.jaxb.impl.runtime that implement UnmarshallingEventHandler
 class AbstractUnmarshallingEventHandlerImpl
          Convenient default implementation of UnmarshallingEventHandler to minimize code generation.
 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 org.jcoderz.phoenix.findbugs.message.jaxb.impl.runtime that return UnmarshallingEventHandler
 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 SAXUnmarshallerHandlerImpl.getCurrentHandler()
           
 UnmarshallingEventHandler UnmarshallingContext.getCurrentHandler()
          Gets the current handler.
 

Methods in org.jcoderz.phoenix.findbugs.message.jaxb.impl.runtime with parameters of type UnmarshallingEventHandler
protected  void InterleaveDispatcher.init(UnmarshallingEventHandler[] handlers)
           
 void SAXUnmarshallerHandlerImpl.pushContentHandler(UnmarshallingEventHandler handler, int memento)
           
 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.
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 2007 The jCoderZ Project.