Skip Headers
Oracle® Database XML C++ API Reference
11g Release 1 (11.1)

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

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

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