Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)
Part No. B10789-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous Next  

Processor Interface

Table 20-5 summarizes the methods of available through the Processor interface.

Table 20-5 Summary of Processor Methods; XPath Package

Function Summary
getProcessorId
Get processor's Id.
process
Evaluate XPath expression against given document.


getProcessorId

Get processor Id.


Syntax
virtual XPathPrIdType getProcessorId() const = 0;


Returns

(XPathPrIdType) Processor's Id


process

Evaluates XPath expression against given document and returns result XPath object.


Syntax
virtual XPathObject< Node>* process (
   InputSource* isrc_ptr,
   oratext* xpath_exp)
throw (XPathException) = 0;

Parameter Description
isrc_ptr
instance document to process
xpath_exp
XPath expression


Returns

(XPathGenObject*) XPath object