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.
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