|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.event.SequenceReceiver net.sf.saxon.event.ProxyReceiver net.sf.saxon.event.TransformerReceiver
public class TransformerReceiver
TransformerReceiver is similar in concept to the JAXP TransformerHandler, except that it implements Saxon's Receiver interface rather than the standard SAX2 interface. This means that it allows nodes with type annotations to be passed down a pipeline from one transformation to another.
Field Summary |
---|
Fields inherited from class net.sf.saxon.event.ProxyReceiver |
---|
nextReceiver |
Fields inherited from class net.sf.saxon.event.SequenceReceiver |
---|
pipelineConfiguration, previousAtomic, systemId |
Fields inherited from interface javax.xml.transform.Result |
---|
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
---|---|
TransformerReceiver(Controller controller)
Create a TransformerReceiver and initialise variables. |
Method Summary | |
---|---|
void |
close()
Override the behaviour of close() in ProxyReceiver, so that it fires off the transformation of the constructed document |
Result |
getResult()
Get the output destination of the transformation |
Transformer |
getTransformer()
Get the Transformer used for this transformation |
void |
open()
Start of event stream |
void |
setResult(Result result)
Set the output destination of the transformation. |
void |
setSystemId(String systemId)
Set the SystemId of the document |
Methods inherited from class net.sf.saxon.event.ProxyReceiver |
---|
append, attribute, characters, comment, endDocument, endElement, getNamePool, getUnderlyingReceiver, namespace, processingInstruction, setPipelineConfiguration, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotations |
Methods inherited from class net.sf.saxon.event.SequenceReceiver |
---|
append, getConfiguration, getPipelineConfiguration, getSystemId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformerReceiver(Controller controller)
controller
- the Controller (Saxon's implementation of the JAXP Transformer
)Method Detail |
---|
public void open() throws XPathException
open
in interface Receiver
open
in class ProxyReceiver
XPathException
- if an error occurspublic Transformer getTransformer()
Controller
)public void setSystemId(String systemId)
setSystemId
in interface Result
setSystemId
in interface Receiver
setSystemId
in class ProxyReceiver
systemId
- the URI used to identify the tree being passed across this interfacepublic void setResult(Result result)
result
- the destination to which the transformation output will be writtenpublic Result getResult()
public void close() throws XPathException
close
in interface Receiver
close
in class ProxyReceiver
XPathException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |