Skip Headers
Oracle® Database XML C++ API Reference
11g Release 1 (11.1)

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

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

DocumentFragmentRef Interface

Table 2-9 summarizes the methods available through DocumentFragmentRef interface.

Table 2-9 Summary of DocumentFragmentRef Methods; Dom Package

Function Summary

DocumentFragmentRef()


Constructor.

~DocumentFragmentRef()


Public default destructor.



DocumentFragmentRef()

Class constructor.

Syntax Description
DocumentFragmentRef(
   const NodeRef< Node>& node_ref,
   Node* nptr);
Used to create references to a given fragment node after a call to createDocumentFragment.
DocumentFragmentRef(
   const DocumentFragmentRef< Node>& nref);
Copy constructor.

Parameter Description
node_ref
reference to provide the context
nptr
referenced node

Returns

(DocumentFragmentRef) Node reference object


~DocumentFragmentRef()

This is the default destructor.

Syntax

~DocumentFragmentRef() {}