Uses of Interface
com.pushtotest.testmaker.XSTest.xml.impl.runtime.UnmarshallingEventHandler

Packages that use UnmarshallingEventHandler
com.pushtotest.testmaker.XSTest.xml.impl   
com.pushtotest.testmaker.XSTest.xml.impl.runtime   
 

Uses of UnmarshallingEventHandler in com.pushtotest.testmaker.XSTest.xml.impl
 

Classes in com.pushtotest.testmaker.XSTest.xml.impl that implement UnmarshallingEventHandler
 class DicttypeImpl.Unmarshaller
           
 class DisttypeImpl.Unmarshaller
           
 class ItemlistImpl.Unmarshaller
           
 class MaptypeImpl.Unmarshaller
           
 class SummtypeImpl.Unmarshaller
           
 class XSTestImpl.Unmarshaller
           
 class XSTestTypeImpl.ChartSetTypeImpl.DistributionSDTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.ChartSetTypeImpl.DistributionTXTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.ChartSetTypeImpl.ScalabilityTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.ChartSetTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.DirectoryTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.RunSetTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.TargetsTypeImpl.TargetTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.TargetsTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.UseCasesTypeImpl.Unmarshaller
           
 class XSTestTypeImpl.UseCasesTypeImpl.UsecaseTypeImpl.Unmarshaller
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.impl that return UnmarshallingEventHandler
 UnmarshallingEventHandler XSTestTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.ChartSetTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.ChartSetTypeImpl.DistributionSDTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.ChartSetTypeImpl.DistributionTXTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.ChartSetTypeImpl.ScalabilityTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.DirectoryTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.RunSetTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.TargetsTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.TargetsTypeImpl.TargetTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.UseCasesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestTypeImpl.UseCasesTypeImpl.UsecaseTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler XSTestImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler SummtypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler MaptypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ItemlistImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler DisttypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler DicttypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 

Uses of UnmarshallingEventHandler in com.pushtotest.testmaker.XSTest.xml.impl.runtime
 

Classes in com.pushtotest.testmaker.XSTest.xml.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.testmaker.XSTest.xml.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.testmaker.XSTest.xml.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)