|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.pull.PullPushCopier
public class PullPushCopier
This class copies a document by using the pull interface to read the input document, and the push interface to write the output document.
Constructor Summary | |
---|---|
PullPushCopier(PullProvider in,
Receiver out)
Create a PullPushCopier |
Method Summary | |
---|---|
void |
append()
Copy the input to the output. |
void |
copy()
Copy the input to the output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PullPushCopier(PullProvider in, Receiver out)
in
- a PullProvider from which events will be readout
- a Receiver to which copies of the same events will be writtenMethod Detail |
---|
public void copy() throws XPathException
XPathException
public void append() throws XPathException
XPathException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |