Class DocType

DocType

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。

內容詳盡的說明文件

detach()

卸離節點與父項 Element 節點。如果節點沒有父項,這個方法就不會有任何作用。

回攻員

Content:卸離的節點


getElementName()

取得 DocType 宣告中指定的根 Element 節點名稱。

回攻員

StringDocType 宣告中指定的根 Element 節點名稱


getInternalSubset()

取得 DocumentType 節點的內部子集。

回攻員

String:內部子集資料


getParentElement()

取得節點的父項 Element 節點。如果節點沒有父項,這個方法會傳回 null

回攻員

Element:父項 Element 節點


getPublicId()

取得 DocumentType 節點外部子資料的公開 ID。

回攻員

String:外部子集資料的公開 ID


getSystemId()

取得 DocumentType 節點外部子資料的系統 ID。

回攻員

String:外部子集資料的系統 ID


getValue()

取得節點直接或間接子項的所有節點文字值,並依照在文件中的順序排列。

回攻員

String:所有節點直接或間接子項的節點文字值


setElementName(name)

設定要在 DocType 宣告中指定的根 Element 節點名稱。

參數

名稱類型說明
nameString要在 DocType 宣告中指定的根 Element 節點名稱

回攻員

DocTypeDocumentType 節點,用於鏈結


setInternalSubset(data)

設定 DocumentType 節點的內部子集。

參數

名稱類型說明
dataString應該設定的內部資料

回攻員

DocTypeDocumentType 節點,用於鏈結


setPublicId(id)

設定 DocumentType 節點的外部子集資料的公開 ID。

參數

名稱類型說明
idString要設定的外部資料公開 ID

回攻員

DocTypeDocumentType 節點,用於鏈結


setSystemId(id)

設定 DocumentType 節點的外部子集資料的系統 ID。

參數

名稱類型說明
idString要設定的外部資料子集系統 ID

回攻員

DocTypeDocumentType 節點,用於鏈結