net.sf.saxon.pull

Class 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.
Constructor Summary
PullPushCopier(PullProvider in, Receiver out)
Method Summary
voidcopy()
Copy the input to the output

Constructor Detail

PullPushCopier

public PullPushCopier(PullProvider in, Receiver out)

Method Detail

copy

public void copy()
Copy the input to the output

Throws: XPathException