net.sf.saxon.pull
Class PullPushCopier
java.lang.Object
net.sf.saxon.pull.PullPushCopier
- public class PullPushCopier
- extends Object
This class copies a document by using the pull interface to read the input document,
and the push interface to write the output document.
Method Summary |
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 |
PullPushCopier
public PullPushCopier(PullProvider in,
Receiver out)
copy
public void copy()
throws XPathException
- Copy the input to the output
- Throws:
XPathException