Uses of Interface
com.pushtotest.tool.xml.results.impl.runtime.UnmarshallingEventHandler

Packages that use UnmarshallingEventHandler
com.pushtotest.tool.xml.results.impl   
com.pushtotest.tool.xml.results.impl.runtime   
 

Uses of UnmarshallingEventHandler in com.pushtotest.tool.xml.results.impl
 

Classes in com.pushtotest.tool.xml.results.impl that implement UnmarshallingEventHandler
 class HeaderImpl.Unmarshaller
           
 class HeaderTypeImpl.Unmarshaller
           
 class ImageImpl.Unmarshaller
           
 class ImagesImpl.Unmarshaller
           
 class ImagesTypeImpl.Unmarshaller
           
 class ImageTypeImpl.Unmarshaller
           
 class MessageImpl.Unmarshaller
           
 class RequestBodyImpl.Unmarshaller
           
 class RequestHeaderImpl.Unmarshaller
           
 class RequestHeaderTypeImpl.Unmarshaller
           
 class ResponseBodyImpl.Unmarshaller
           
 class ResponseHeaderImpl.Unmarshaller
           
 class ResponseHeaderTypeImpl.Unmarshaller
           
 class ResponseImpl.Unmarshaller
           
 class ResponseTypeImpl.Unmarshaller
           
 class TestMakerImpl.Unmarshaller
           
 class TestMakerTypeImpl.Unmarshaller
           
 class TimeImpl.Unmarshaller
           
 class TimesImpl.Unmarshaller
           
 class TimesTypeImpl.Unmarshaller
           
 class TimeTypeImpl.Unmarshaller
           
 class TransactionImpl.Unmarshaller
           
 class TransactionTypeImpl.Unmarshaller
           
 

Methods in com.pushtotest.tool.xml.results.impl that return UnmarshallingEventHandler
 UnmarshallingEventHandler TransactionTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TransactionImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TimeTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TimesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TimesImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TimeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TestMakerTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler TestMakerImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ResponseTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ResponseImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ResponseHeaderTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ResponseHeaderImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ResponseBodyImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler RequestHeaderTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler RequestHeaderImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler RequestBodyImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MessageImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ImageTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ImagesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ImagesImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ImageImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler HeaderTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler HeaderImpl.createUnmarshaller(UnmarshallingContext context)
           
 

Uses of UnmarshallingEventHandler in com.pushtotest.tool.xml.results.impl.runtime
 

Classes in com.pushtotest.tool.xml.results.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 com.pushtotest.tool.xml.results.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 com.pushtotest.tool.xml.results.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)