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  

XPointer Interface

Table 11-1 summarizes the methods of available through the XPointer interface.

Table 11-1 Summary of XPointer Methods; Package XPointer

Function Summary
XmlXPointerEval
Evaluates xpointer string.


XmlXPointerEval

Parses and evaluates xpointer string and calculates locations in the document.


Syntax
xmlxptrlocset* XmlXPointerEval(
   xmldocnode* doc,
   oratext* xptrstr);

Parameter In/Out Description
doc
IN
document node of the corresponding DOM tree
xptrstr
IN
xpointer string


Returns

(xmlxptrlocset *) calculated location set