Class Text
詳細なドキュメント
append(text)
指定されたテキストを、ノード内にすでに存在するコンテンツに追加します。
パラメータ
名前 | 型 | 説明 |
text | String | ノードに追加するテキスト |
戻る
Text
- チェーン用の Text
ノード
detach()
ノードを親の Element
ノードから切断します。ノードに親がない場合、このメソッドは効果がありません。
戻る
Content
- デタッチされたノード
getParentElement()
ノードの親 Element
ノードを取得します。ノードに親がない場合、このメソッドは null
を返します。
戻る
Element
- 親 Element
ノード
getText()
Text
ノードのテキスト値を取得します。
戻る
String
- Text
ノードのテキスト値
getValue()
ノードの直接の子または間接の子であるすべてのノードのテキスト値を、ドキュメントに表示される順序で取得します。
戻る
String
- ノードの直接または間接の子であるすべてのノードのテキスト値
setText(text)
Text
ノードのテキスト値を設定します。
パラメータ
名前 | 型 | 説明 |
text | String | 設定するテキスト値 |
戻る
Text
- チェーン用の Text
ノード
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-03 UTC。
[null,null,["最終更新日 2024-12-03 UTC。"],[[["The `Text` object represents a text node within an XML document and provides methods for manipulating its content."],["You can use methods like `append()`, `setText()`, and `getText()` to modify and retrieve the text content of the node."],["`detach()` removes the node from its parent element, while `getParentElement()` allows access to the parent element."],["`getValue()` retrieves the text value of all child nodes, offering a way to access nested content within the text node."]]],[]]