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

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

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

Methods in com.pushtotest.tool.xml.results.impl with parameters of type UnmarshallingContext
 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)
           
 

Constructors in com.pushtotest.tool.xml.results.impl with parameters of type UnmarshallingContext
HeaderImpl.Unmarshaller(UnmarshallingContext context)
           
HeaderImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
HeaderTypeImpl.Unmarshaller(UnmarshallingContext context)
           
HeaderTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ImageImpl.Unmarshaller(UnmarshallingContext context)
           
ImageImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ImagesImpl.Unmarshaller(UnmarshallingContext context)
           
ImagesImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ImagesTypeImpl.Unmarshaller(UnmarshallingContext context)
           
ImagesTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ImageTypeImpl.Unmarshaller(UnmarshallingContext context)
           
ImageTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
MessageImpl.Unmarshaller(UnmarshallingContext context)
           
MessageImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
RequestBodyImpl.Unmarshaller(UnmarshallingContext context)
           
RequestBodyImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
RequestHeaderImpl.Unmarshaller(UnmarshallingContext context)
           
RequestHeaderImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
RequestHeaderTypeImpl.Unmarshaller(UnmarshallingContext context)
           
RequestHeaderTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ResponseBodyImpl.Unmarshaller(UnmarshallingContext context)
           
ResponseBodyImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ResponseHeaderImpl.Unmarshaller(UnmarshallingContext context)
           
ResponseHeaderImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ResponseHeaderTypeImpl.Unmarshaller(UnmarshallingContext context)
           
ResponseHeaderTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ResponseImpl.Unmarshaller(UnmarshallingContext context)
           
ResponseImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
ResponseTypeImpl.Unmarshaller(UnmarshallingContext context)
           
ResponseTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
TestMakerImpl.Unmarshaller(UnmarshallingContext context)
           
TestMakerImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
TestMakerTypeImpl.Unmarshaller(UnmarshallingContext context)
           
TestMakerTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
TimeImpl.Unmarshaller(UnmarshallingContext context)
           
TimeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
TimesImpl.Unmarshaller(UnmarshallingContext context)
           
TimesImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
TimesTypeImpl.Unmarshaller(UnmarshallingContext context)
           
TimesTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
TimeTypeImpl.Unmarshaller(UnmarshallingContext context)
           
TimeTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
TransactionImpl.Unmarshaller(UnmarshallingContext context)
           
TransactionImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
TransactionTypeImpl.Unmarshaller(UnmarshallingContext context)
           
TransactionTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
 

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

Fields in com.pushtotest.tool.xml.results.impl.runtime declared as UnmarshallingContext
protected  UnmarshallingContext UnmarshallingEventHandlerAdaptor.context
           
 UnmarshallingContext AbstractUnmarshallingEventHandlerImpl.context
           
 

Methods in com.pushtotest.tool.xml.results.impl.runtime with parameters of type UnmarshallingContext
 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.
 

Constructors in com.pushtotest.tool.xml.results.impl.runtime with parameters of type UnmarshallingContext
AbstractUnmarshallingEventHandlerImpl(UnmarshallingContext _ctxt, java.lang.String _stateTextTypes)
           
UnmarshallingEventHandlerAdaptor(UnmarshallingContext _ctxt, org.xml.sax.ContentHandler _handler)