com.xmlcalabash.core
Interface XProcStep

All Superinterfaces:
XProcRunnable
All Known Implementing Classes:
AddAttribute, AddXmlBase, CollectionManager, Compare, Compare, Compress, Copy, Count, CssFormatter, Cwd, DefaultStep, Delete, Delete, DeltaXML, DirectoryList, Env, Error, EscapeMarkup, Eval, Exec, Filter, GetCookies, Hash, Head, HttpRequest, Identity, Info, Info, InScopeNames, Insert, JavaProperties, LabelElements, Load, MakeAbsoluteURIs, Message, MetadataExtractor, Mkdir, Move, NamespaceDelete, NamespaceRename, NVDL, Pack, Parameters, PrettyPrint, Rename, Replace, ReportErrors, SendMail, SetAttributes, SetCookies, Sink, SplitSequence, Store, StringReplace, Tail, Tempfile, Template, Touch, Uncompress, UnescapeMarkup, Unwrap, Unzip, UriInfo, UUID, ValidateJing, ValidateWithRNG, ValidateWithSCH, ValidateWithXSD, Wrap, WrapSequence, WWWFormURLDecode, WWWFormURLEncode, XCCAdhocQuery, XCCInsertDocument, XCCInvokeModule, XInclude, XQuery, XSLFormatter, XSLT, Zip

public interface XProcStep
extends XProcRunnable

Created by IntelliJ IDEA. User: ndw Date: Oct 8, 2008 Time: 7:43:09 AM To change this template use File | Settings | File Templates.


Method Summary
 void setInput(java.lang.String port, ReadablePipe pipe)
           
 void setOption(net.sf.saxon.s9api.QName name, RuntimeValue value)
           
 void setOutput(java.lang.String port, WritablePipe pipe)
           
 void setParameter(net.sf.saxon.s9api.QName name, RuntimeValue value)
           
 void setParameter(java.lang.String port, net.sf.saxon.s9api.QName name, RuntimeValue value)
           
 
Methods inherited from interface com.xmlcalabash.core.XProcRunnable
reset, run
 

Method Detail

setInput

void setInput(java.lang.String port,
              ReadablePipe pipe)

setOutput

void setOutput(java.lang.String port,
               WritablePipe pipe)

setParameter

void setParameter(net.sf.saxon.s9api.QName name,
                  RuntimeValue value)

setParameter

void setParameter(java.lang.String port,
                  net.sf.saxon.s9api.QName name,
                  RuntimeValue value)

setOption

void setOption(net.sf.saxon.s9api.QName name,
               RuntimeValue value)