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

XppLocation Interface

Table 9-4 summarizes the methods available through the XppLocation interface.

Table 9-4 Summary of XppLocation Methods; XPointer Package

Function Summary

getLocType()


Get the location type.

getNode()


Get the node.

getRange()


Get range.



getLocType()

Get the location type.

Syntax

XppLocType getLocType() const;

getNode()

Get the node.

Syntax

Node* getNode() const;

getRange()

Get range.

Syntax

Range< Node>* getRange() const;