XML Comment
節點的表示法。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
detach() | Content | 卸離節點與父項 Element 節點。 |
getParentElement() | Element | 取得節點的父項 Element 節點。 |
getText() | String | 取得 Comment 節點的文字值。 |
getValue() | String | 取得節點直接或間接子項的所有節點文字值,並依照在文件中的順序排列。 |
setText(text) | Comment | 設定 Comment 節點的文字值。 |
內容詳盡的說明文件
getText()
取得 Comment
節點的文字值。
回攻員
String
:Comment
節點的文字值
getValue()
取得節點直接或間接子項的所有節點文字值,並依照在文件中的順序排列。
回攻員
String
:所有節點直接或間接子項的節點文字值