net.sf.saxon.event
Class ResultWrapper
java.lang.Object
net.sf.saxon.event.ResultWrapper
public class ResultWrapper
- extends Object
Helper class to construct a serialization pipeline for a given result destination
and a given set of output properties. The pipeline is represented by a Receiver object
to which result tree events are sent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultWrapper
public ResultWrapper()
getReceiver
public static Receiver getReceiver(Result result,
NamePool namePool,
Properties props,
HashMap characterMapIndex)
throws TransformerException
- Get a Receiver that wraps a given Result object
- Throws:
TransformerException