Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)
Part No. B10789-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous Next  

CDATASectionRef Interface

Table 15-3 summarizes the methods of available through CDATASectionRef interface.

Table 15-3 Summary of CDATASectionRef Methods; Dom Package

Function Summary
CDATASectionRef
Constructor.
~CDATASectionRef
Public default destructor.


CDATASectionRef

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


~CDATASectionRef

This is the default destructor.


Syntax
~CDATASectionRef();