| Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
PDF · Mobi · ePub |
Table 9-4 summarizes the methods available through the XppLocation interface.
Table 9-4 Summary of XppLocation Methods; XPointer Package
| Function | Summary |
|---|---|
|
Get the location type. |
|
|
Get the node. |
|
|
Get range. |
Get the location type.
XppLocType getLocType() const;
Get the node.
Node* getNode() const;
Get range.
Range< Node>* getRange() const;