Make an HTMLTransformer that writes pages to a
file.
Parameters: filename - Name of file to receive HTML output exception: IOException - if file cannot be opened
Make an HTMLTransformer that writes pages to a
file.
Parameters: filename - Name of file to receive HTML output Parameters: seekable - True if file should be opened for random access
Make an HTMLTransformer that writes pages to a
downstream HTMLTransformer. Use this constructor
to chain together several HTMLTransformers.
Parameters: next - HTMLTransformer to receive HTML output
Close the transformer. Flushes all buffered data
to disk by calling flush(). This call may be
time-consuming! Don't use the transformer again after
closing it.
exception: IOException - if an I/O error occurs
Transform the contents of an element. Passes
the child elements through the filter chain
and emits the text between them.
Parameters: elem - Element whose contents should be transformed