com.xmlcalabash.library
Class Parameters
java.lang.Object
com.xmlcalabash.library.DefaultStep
com.xmlcalabash.library.Parameters
- All Implemented Interfaces:
- XProcRunnable, XProcStep
- Direct Known Subclasses:
- InScopeNames
public class Parameters
- extends DefaultStep
- Author:
- ndw
Fields inherited from class com.xmlcalabash.library.DefaultStep |
_byte_order_mark, _cdata_section_elements, _doctype_public, _doctype_system, _encoding, _escape_uri_attributes, _include_content_type, _indent, _media_type, _method, _normalization_form, _omit_xml_declaration, _standalone, _undeclare_prefixes, _version, logger, runtime, step |
Methods inherited from class com.xmlcalabash.library.DefaultStep |
error, evaluateXPath, fine, finer, finest, getOption, getOption, getOption, getOption, getOption, getStep, info, makeSerializer, setInput, setOption, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameters
public Parameters(XProcRuntime runtime,
XAtomicStep step)
- Creates a new instance of Count
setOutput
public void setOutput(java.lang.String port,
WritablePipe pipe)
- Specified by:
setOutput
in interface XProcStep
- Overrides:
setOutput
in class DefaultStep
setParameter
public void setParameter(java.lang.String port,
net.sf.saxon.s9api.QName name,
RuntimeValue value)
- Specified by:
setParameter
in interface XProcStep
- Overrides:
setParameter
in class DefaultStep
setParameter
public void setParameter(net.sf.saxon.s9api.QName name,
RuntimeValue value)
- Specified by:
setParameter
in interface XProcStep
- Overrides:
setParameter
in class DefaultStep
reset
public void reset()
- Specified by:
reset
in interface XProcRunnable
- Overrides:
reset
in class DefaultStep
run
public void run()
throws net.sf.saxon.s9api.SaxonApiException
- Specified by:
run
in interface XProcRunnable
- Overrides:
run
in class DefaultStep
- Throws:
net.sf.saxon.s9api.SaxonApiException