A RESTful browser for eXist Function Modules


http://xproc.net/xproc

xproc:declare-step($primary,$secondary,$options,$currentstep,$outputs)

xproc:for-each($primary,$secondary,$options,$currentstep,$outputs)

xproc:replace-matching-elements($element as element(),$select,$defaultname,$currentstep,$outputs) as element()

xproc:viewport($primary,$secondary,$options,$currentstep,$outputs)

xproc:library($primary,$secondary,$options,$step)

xproc:pipeline($primary,$secondary,$options,$step)

xproc:variable($primary,$secondary,$options,$step)

xproc:group($primary,$secondary,$options,$currentstep,$outputs)

xproc:try($primary,$secondary,$options,$currentstep,$outputs)

xproc:catch($primary,$secondary,$options,$currentstep,$outputs)

xproc:choose($primary,$secondary,$options,$currentstep,$outputs)

xproc:run-step($primary,$secondary,$options,$step,$outputs)

xproc:get-step($stepname as xs:string,$declarestep)

xproc:type($stepname as xs:string,$is_declare-step) as xs:string

xproc:generate-explicit-input($step,$count,$xproc,$unique_before,$unique_id,$allstep)

xproc:generate-explicit-output($step)

xproc:generate-explicit-options($step)

xproc:generate-step-binding($step,$xproc,$count,$stepname,$is_declare-step,$unique_id,$unique_before,$allstep)

xproc:generate-component-binding($step,$xproc,$count,$stepname,$is_declare-step,$unique_id,$unique_before,$compstep)

xproc:generate-declare-step-binding($step,$is_declare-step)

xproc:explicitbindings($xproc,$unique_id)

xproc:resolve-empty-binding()

xproc:resolve-inline-binding($child)

xproc:resolve-document-binding($child)

xproc:resolve-data-binding($child)

xproc:resolve-stdin-binding($result,$current-step-name)

xproc:resolve-primary-input-binding($result,$pipeline-name)

xproc:resolve-non-primary-input-binding($result,$child,$pipeline-name)

xproc:resolve-pipe-binding($result,$child)

xproc:resolve-port-binding($child,$result,$pipeline,$currentstep)

xproc:eval-primary($pipeline,$step,$currentstep,$primaryinput,$result)

xproc:eval-secondary($pipeline,$step,$currentstep,$primaryinput,$result)

xproc:eval-options($pipeline,$step)

xproc:eval-outputs($pipeline,$step)

xproc:evalstep ($step,$namespaces,$primaryinput,$pipeline,$outputs)

xproc:genstepnames($steps) as xs:string*

xproc:parse_and_eval($pipeline,$namespaces,$stdin,$bindings)

xproc:parse_and_eval($pipeline,$namespaces,$stdin,$bindings,$outputs)

xproc:enum-namespaces($pipeline)

xproc:resolve-external-bindings($bindings,$pipelinename)

xproc:output($result,$dflag)

xproc:run($pipeline,$stdin)

xproc:run($pipeline,$stdin,$debug)

xproc:run($pipeline,$stdin,$debug,$bindings,$options)

xproc:run($pipeline,$stdin,$dflag,$tflag,$bindings,$options)

xproc:run($pipeline,$stdin,$dflag,$tflag,$bindings,$options,$outputs)
Return to list of all modules