Package net.sf.saxon.stax
Class StAXResultHandlerImpl
- java.lang.Object
-
- net.sf.saxon.stax.StAXResultHandlerImpl
-
- All Implemented Interfaces:
StAXResultHandler
public class StAXResultHandlerImpl extends java.lang.Object implements StAXResultHandler
StAxResultHandler is used to allow a transformation result to be supplied as a StAXResult. It is loaded dynamically in case StAXResult is not present in the JDK.
-
-
Constructor Summary
Constructors Constructor Description StAXResultHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Receiver
getReceiver(javax.xml.transform.Result result, java.util.Properties properties)
-
-
-
Method Detail
-
getReceiver
public Receiver getReceiver(javax.xml.transform.Result result, java.util.Properties properties)
- Specified by:
getReceiver
in interfaceStAXResultHandler
-
-