|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.event.Sender
Sender is a helper class that sends events to a Receiver from any kind of Source object
Field Summary | |
(package private) Configuration |
config
|
Constructor Summary | |
Sender(Configuration config)
|
Method Summary | |
void |
send(javax.xml.transform.Source source,
Receiver receiver,
NamePool namePool,
boolean isStyleSheet)
Send the contents of a Source to a Receiver. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Configuration config
Constructor Detail |
public Sender(Configuration config)
Method Detail |
public void send(javax.xml.transform.Source source, Receiver receiver, NamePool namePool, boolean isStyleSheet) throws javax.xml.transform.TransformerException
source
- the document or element to be copiedreceiver
- the destination to which it is to be copiednamePool
- the namePool used for the destinationisStyleSheet
- true if the destination is a stylesheet document
javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |