Class Text
详细文档
append(text)
将指定文本附加到节点中已存在的任何内容。
参数
名称 | 类型 | 说明 |
text | String | 要附加到节点的文本 |
弃踢回攻
Text
- Text
节点,用于链接
getParentElement()
获取节点的父级 Element
节点。如果节点没有父节点,则此方法会返回 null
。
弃踢回攻
Element
- 父级 Element
节点
getText()
获取 Text
节点的文本值。
弃踢回攻
String
- Text
节点的文本值
getValue()
按照节点在文档中出现的顺序获取作为节点的直接或间接子节点的所有节点的文本值。
弃踢回攻
String
- 所有是节点直接或间接子节点的文本值
setText(text)
设置 Text
节点的文本值。
参数
弃踢回攻
Text
- Text
节点,用于链接
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["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."]]],[]]