Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 9-2 summarizes the methods available through the Processor
interface.
Table 9-2 Summary of Processor Methods; XPointer Package
Function | Summary |
---|---|
|
Get processor's Id. |
|
Evaluate XPointer expression against given document. |
Get Processor Id.
Syntax
virtual XppPrIdType getProcessorId() const = 0;
Returns
(XppPrIdType)
Processor's Id
Evaluates XPointer expression against given document and returns result XPointer location set object.
Syntax
virtual XppLocSet< Node>* process ( InputSource* isrc_ptr, oratext* xpp_exp) throw (XppException) = 0;
Parameter | Description |
---|---|
isrc_ptr |
instance document to process |
xpp_exp |
XPointer expression |
Returns
(XppLocSet*)
XPath object