Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)
Part No. B10789-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous Next  

XppLocSet Interface

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.


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