Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

oracle.xml.pipeline.processes
Class XPathProcess

java.lang.Object
  |
  +--oracle.xml.pipeline.processes.XPathProcess

public class XPathProcess
extends java.lang.Object

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


Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 


Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

Copyright © 2003, Oracle. All Rights Reserved.