XML Comment
节点的表示形式。
方法
方法 | 返回类型 | 简介 |
---|---|---|
detach() | Content | 将节点与其父 Element 节点分离。 |
getParentElement() | Element | 获取节点的父级 Element 节点。 |
getText() | String | 获取 Comment 节点的文本值。 |
getValue() | String | 按照节点在文档中出现的顺序获取作为节点的直接或间接子节点的所有节点的文本值。 |
setText(text) | Comment | 设置 Comment 节点的文本值。 |
详细文档
getText()
获取 Comment
节点的文本值。
弃踢回攻
String
- Comment
节点的文本值
getValue()
按照节点在文档中出现的顺序获取作为节点的直接或间接子节点的所有节点的文本值。
弃踢回攻
String
- 所有是节点直接或间接子节点的文本值