public class FileAppenderStep extends StepJava
| Modifier and Type | Field and Description |
|---|---|
static net.sf.saxon.s9api.QName |
ENCODING
The encoding to use to append to file.
|
static net.sf.saxon.s9api.QName |
FILE_NAME
The file name to append to
|
static net.sf.saxon.s9api.QName |
LINE_SEPARATOR
The line separator to use.
|
static net.sf.saxon.s9api.QName |
VALUE
The value to append to file
|
| Constructor and Description |
|---|
FileAppenderStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Propagates the close on the chain.
|
net.sf.saxon.event.Receiver |
getReceiver(net.sf.saxon.Configuration c) |
getNextReceiver, getParameter, setDestination, setParameterpublic static final net.sf.saxon.s9api.QName FILE_NAME
public static final net.sf.saxon.s9api.QName VALUE
public static final net.sf.saxon.s9api.QName LINE_SEPARATOR
public static final net.sf.saxon.s9api.QName ENCODING
public net.sf.saxon.event.Receiver getReceiver(net.sf.saxon.Configuration c)
throws net.sf.saxon.s9api.SaxonApiException
net.sf.saxon.s9api.SaxonApiExceptionpublic void close()
throws net.sf.saxon.s9api.SaxonApiException
StepJavaStepJava.close() call.
See Saxon mailing listCopyright © 2019. All rights reserved.