| Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 2-3 summarizes the methods available through CDATASectionRef interface.
Table 2-3 Summary of CDATASectionRef Methods; Dom Package
| Function | Summary |
|---|---|
|
|
Constructor. |
|
|
Public default destructor. |
Class constructor.
| Syntax | Description |
|---|---|
CDATASectionRef( const NodeRef< Node>& node_ref, Node* nptr); |
Used to create references to a given CDATA node after a call to createCDATASection. |
CDATASectionRef( const CDATASectionRef< Node>& nref); |
Copy constructor. |
| Parameter | Description |
|---|---|
node_ref |
reference to provide the context |
nptr |
referenced node |
Returns
(CDATASectionRef) Node reference object
This is the default destructor.
Syntax
~CDATASectionRef();