public abstract class StepJava extends Object implements net.sf.saxon.s9api.Destination
| Modifier and Type | Field and Description |
|---|---|
protected net.sf.saxon.s9api.Destination |
nextStep |
| Constructor and Description |
|---|
StepJava() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Propagates the close on the chain.
|
protected net.sf.saxon.event.Receiver |
getNextReceiver(net.sf.saxon.Configuration config)
Use this method when you construct the ProxyReceiver in
Destination.getReceiver(Configuration) |
net.sf.saxon.s9api.XdmValue |
getParameter(net.sf.saxon.s9api.QName name)
Returns the parameter value, or null if it does not exists.
|
void |
setDestination(net.sf.saxon.s9api.Destination nextStep)
Defines the next step in the pipeline.
|
void |
setParameter(net.sf.saxon.s9api.QName name,
net.sf.saxon.s9api.XdmValue value)
Defines a parameter
|
public void setDestination(net.sf.saxon.s9api.Destination nextStep)
nextStep - The next step to processprotected net.sf.saxon.event.Receiver getNextReceiver(net.sf.saxon.Configuration config)
throws net.sf.saxon.s9api.SaxonApiException
Destination.getReceiver(Configuration)config - The config to use.net.sf.saxon.s9api.SaxonApiException - If something goes wrongpublic void setParameter(net.sf.saxon.s9api.QName name,
net.sf.saxon.s9api.XdmValue value)
name - Param name...value - and Param valuepublic net.sf.saxon.s9api.XdmValue getParameter(net.sf.saxon.s9api.QName name)
name - The parameter namepublic void close()
throws net.sf.saxon.s9api.SaxonApiException
close() call.
See Saxon mailing listclose in interface net.sf.saxon.s9api.Destinationnet.sf.saxon.s9api.SaxonApiException - In case of problem.Copyright © 2019. All rights reserved.