ヘッダーをスキップ
Oracle Database XML C++ APIリファレンス
11gリリース1(11.1)
E05673-01
  目次
目次
索引
索引

戻る
戻る
 
次へ
次へ
 

DocumentFragmentRefインタフェース

表2-9DocumentFragmentRefインタフェースで使用できるメソッドの概要を示します。

表2-9 DocumentFragmentRefメソッドの概要: DOMパッケージ

関数 概要

DocumentFragmentRef()


コンストラクタです。

~DocumentFragmentRef()


デフォルトのパブリック・デストラクタです。



DocumentFragmentRef()

クラス・コンストラクタです。

構文 説明
DocumentFragmentRef(
   const NodeRef< Node>& node_ref,
   Node* nptr);
createDocumentFragmentをコールした後に、指定のフラグメント・ノードに対する参照を作成するのに使用します。
DocumentFragmentRef(
   const DocumentFragmentRef< Node>& nref);
コピー・コンストラクタです。

パラメータ 説明
node_ref
コンテキストを提供するための参照
nptr
参照されるノード

戻り値

(DocumentFragmentRef) Node参照オブジェクト。


~DocumentFragmentRef()

これはデフォルトのデストラクタです。

構文

~DocumentFragmentRef() {}