Extends the pipeline Process class to select node(s) from an XML Document
or an XML DocumentFragment, given an XPath pattern. Multiple XPath nodes
selected would become a DocumentFragment and a single XPath Node would be
converted into an XML Doucument. Hence the output could be a
Document or a DocumentFragment. Its parameters are:
Inputs - "xml" (dom)
Params - "pattern" (String - required)
Outputs - "selection" (dom)
Outparams - none
Field Summary
Fields inherited from interface oracle.xml.pipeline.controller.PipelineConstants