| Oracle® XML API Reference 10g Release 1 (10.1) Part Number B10789-01  | 
  | 
  | 
View PDF | 
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. | 
Returns a reference to the item.
XppLocation< Node>* getItem( ub4 index) const;
| Parameter | Description | 
|---|---|
index  | 
index of an item | 
(XppLocation*) reference to the item
The size of the node set.
ub4 getSize() const;
(ub4) node set size