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

戻る
戻る
 
次へ
次へ
 

NotationRefインタフェース

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

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

関数 概要

NotationRef()


コンストラクタです。

getPublicId()


公開識別子を取得します。

getSystemId()


システム識別子を取得します。

~NotationRef()


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



NotationRef()

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

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

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

戻り値

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


getPublicId()

公開識別子を取得します。

構文

oratext* getPublicId() const;

戻り値

(oratext*) 公開識別子。


getSystemId()

システム識別子を取得します。

構文

oratext* getSystemId() const;

戻り値

(oratext*) システム識別子。


~NotationRef()

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

構文

~NotationRef();