| Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 9-5 summarizes the methods available through the XppLocSet interface.
Table 9-5 Summary of XppLocSet Methods; XPointer Package
| Function | Summary |
|---|---|
|
|
Get item given its index. |
|
|
Get location set size. |
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
The size of the node set.
Syntax
ub4 getSize() const;
Returns
(ub4) node set size