| Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 8-7 summarizes the methods available through the XPathObject interface.
Table 8-7 Summary of XPathObject Methods; XPath Package
| Function | Summary |
|---|---|
|
|
Copy constructor. |
|
|
Get the node set. |
|
|
Get boolean from object. |
|
|
Get number from object. |
|
|
Get string from object. |
|
|
Get type from object. |
Copy constructor.
Syntax
XPathObject( XPathObject< Node>& src);
| Parameter | Description |
|---|---|
src |
reference to the object to be copied |
Returns
(XPathObject) new object
Get the node set.
Syntax
NodeSet< Node>* getNodeSet() const;
Get the boolean from the object.
Syntax
boolean getObjBoolean() const;
Get the number from the object.
Syntax
double getObjNumber() const;
Get the string from the object.
Syntax
oratext* getObjString() const;
Get the type from the object.
Syntax
XPathObjType getObjType() const;