public class SerializerFactory extends Object
Modifier and Type | Method and Description |
---|---|
static Receiver |
getReceiver(Result result,
PipelineConfiguration pipe,
Properties props)
Get a Receiver that wraps a given Result object
|
public static Receiver getReceiver(Result result, PipelineConfiguration pipe, Properties props) throws XPathException
result
- The final destination of the serialized output. Usually a StreamResult,
but other kinds of Result are possible.pipe
- The PipelineConfiguration.props
- The serialization propertiesXPathException