Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)

Part Number B10789-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

XPathObject Interface

Table 20-7 summarizes the methods of available through the XPathObject interface.

Table 20-7 Summary of XPathObject Methods; XPath Package

Function Summary
XPathObject
Copy constructor.
getNodeSet
Get the node set.
getObjBoolean
Get boolean from object.
getObjNumber
Get number from object.
getObjString
Get string from object.
getObjType
Get type from object.


XPathObject

Copy constructor.


Syntax
XPathObject( 
   XPathObject< Node>& src);

Parameter Description
src
reference to the object to be copied


Returns

(XPathObject) new object


getNodeSet

Get the node set.


Syntax
NodeSet< Node>* getNodeSet() const;


getObjBoolean

Get the boolean from the object.


Syntax
boolean getObjBoolean() const;


getObjNumber

Get the number from the object.


Syntax
double getObjNumber() const;


getObjString

Get the string from the object.


Syntax
oratext* getObjString() const;


getObjType

Get the type from the object.


Syntax
XPathObjType getObjType() const;