Package net.sf.saxon.pull
Class PullPushCopier
- java.lang.Object
-
- net.sf.saxon.pull.PullPushCopier
-
public class PullPushCopier extends java.lang.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.
-
-
Constructor Summary
Constructors Constructor Description PullPushCopier(PullProvider in, Receiver out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copy()
Copy the input to the output
-
-
-
Constructor Detail
-
PullPushCopier
public PullPushCopier(PullProvider in, Receiver out)
-
-
Method Detail
-
copy
public void copy() throws XPathException
Copy the input to the output- Throws:
XPathException
-
-