Class Text
內容詳盡的說明文件
append(text)
將指定文字附加至節點中現有的任何內容。
參數
名稱 | 類型 | 說明 |
text | String | 要附加至節點的文字 |
回攻員
Text
:用於鏈結的 Text
節點
getText()
取得 Text
節點的文字值。
回攻員
String
:Text
節點的文字值
getValue()
取得節點的所有直接或間接子項節點的文字值,並依文件中顯示的順序排列。
回攻員
String
:節點的直接或間接子項的所有節點文字值
setText(text)
設定 Text
節點的文字值。
參數
回攻員
Text
:用於鏈結的 Text
節點
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-03 (世界標準時間)。
[null,null,["上次更新時間:2024-12-03 (世界標準時間)。"],[[["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."]]],[]]