XML DocumentType
節點的表示法。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
detach() | Content | 卸離節點與父項 Element 節點。 |
getElementName() | String | 取得 DocType 宣告中指定的根 Element 節點名稱。 |
getInternalSubset() | String | 取得 DocumentType 節點的內部子集。 |
getParentElement() | Element | 取得節點的父項 Element 節點。 |
getPublicId() | String | 取得 DocumentType 節點外部子資料的公開 ID。 |
getSystemId() | String | 取得 DocumentType 節點外部子資料的系統 ID。 |
getValue() | String | 取得節點直接或間接子項的所有節點文字值,並依照在文件中的順序排列。 |
setElementName(name) | DocType | 設定要在 DocType 宣告中指定的根 Element 節點名稱。 |
setInternalSubset(data) | DocType | 設定 DocumentType 節點的內部子集。 |
setPublicId(id) | DocType | 設定 DocumentType 節點的外部子集資料的公開 ID。 |
setSystemId(id) | DocType | 設定 DocumentType 節點的外部子集資料的系統 ID。 |
內容詳盡的說明文件
getElementName()
getInternalSubset()
取得 DocumentType
節點的內部子集。
回攻員
String
:內部子集資料
getPublicId()
取得 DocumentType
節點外部子資料的公開 ID。
回攻員
String
:外部子集資料的公開 ID
getSystemId()
取得 DocumentType
節點外部子資料的系統 ID。
回攻員
String
:外部子集資料的系統 ID
getValue()
取得節點直接或間接子項的所有節點文字值,並依照在文件中的順序排列。
回攻員
String
:所有節點直接或間接子項的節點文字值