XppLocSet Interface

Table 9-5 summarizes the methods available through the XppLocSet interface.

Table 9-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