Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)

Part Number B10789-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

XppLocSet Interface

Table 21-5 summarizes the methods of available through the XppLocSet interface.

Table 21-5 Summary of XppLocSet Methods; XPointer Package

Function Summary
getItem
Get item given its index.
getSize
Get location set size.


getItem

Returns a reference to the item.


Syntax
XppLocation< Node>* getItem(
   ub4 index) const;

Parameter Description
index
index of an item


Returns

(XppLocation*) reference to the item


getSize

The size of the node set.


Syntax
ub4 getSize() const;


Returns

(ub4) node set size