XML Entity ノードの表現。
メソッド
| メソッド | 戻り値の型 | 概要 |
|---|---|---|
detach() | Content|null | ノードを親の Element ノードから切り離します。 |
get | String | Entity ノードの名前を取得します。 |
get | Element|null | ノードの親 Element ノードを取得します。 |
get | String|null | Entity ノードの公開 ID を取得します。 |
get | String|null | Entity ノードのシステム ID を取得します。 |
get | String | ノードの直接または間接の子であるすべてのノードのテキスト値を、ドキュメントに表示される順序で取得します。 |
set | Entity | Entity ノードの名前を設定します。 |
set | Entity | Entity ノードの公開 ID を設定します。 |
set | Entity | Entity ノードのシステム ID を設定します。 |
詳細なドキュメント
get Name()
Entity ノードの名前を取得します。
戻る
String - Entity ノードの名前。
get Parent Element()
get Public Id()
Entity ノードの公開 ID を取得します。ノードに公開 ID がない場合、このメソッドは null を返します。
戻る
String|null - Entity ノードの公開 ID。ない場合は null。
get System Id()
Entity ノードのシステム ID を取得します。ノードにシステム ID がない場合、このメソッドは null を返します。
戻る
String|null - Entity ノードのシステム ID。ない場合は null。
get Value()
ノードの直接または間接の子であるすべてのノードのテキスト値を、ドキュメントに表示される順序で取得します。
戻る
String - ノードの直接または間接の子であるすべてのノードのテキスト値。
set Name(name)
Entity ノードの名前を設定します。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
name | String | 設定する名前。 |
戻る
Entity - チェーン用の Entity ノード。
set Public Id(id)
Entity ノードの公開 ID を設定します。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
id | String | 設定する公開 ID。 |
戻る
Entity - チェーン用の Entity ノード。
set System Id(id)
Entity ノードのシステム ID を設定します。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
id | String | 設定するシステム ID。 |
戻る
Entity - チェーン用の Entity ノード。