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

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

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

Methods in com.pushtotest.testmaker.XSTest.xml.impl.runtime with parameters of type SAXUnmarshallerHandler
static ValidatingUnmarshaller ValidatingUnmarshaller.create(com.sun.msv.grammar.Grammar grammar, SAXUnmarshallerHandler _core, com.sun.xml.bind.validator.Locator locator)
          Creates a new instance of ValidatingUnmarshaller.
 

Constructors in com.pushtotest.testmaker.XSTest.xml.impl.runtime with parameters of type SAXUnmarshallerHandler
ErrorHandlerAdaptor(SAXUnmarshallerHandler _host, com.sun.xml.bind.validator.Locator locator)