| Oracle® XML API Reference 10g Release 1 (10.1) Part Number B10789-01 |
|
|
View PDF |
Table 21-4 summarizes the methods of available through the XppLocation interface.
Table 21-4 Summary of XppLocation Methods; XPointer Package
| Function | Summary |
|---|---|
| getLocType |
Get the location type. |
| getNode |
Get the node. |
| getRange |
Get range. |
Get the location type.
XppLocType getLocType() const;
Get the node.
Node* getNode() const;
Get range.
Range< Node>* getRange() const;