Class ProcessingInstruction

ProcessingInstruction

XML ProcessingInstruction 節點的表示法。

方法

方法傳回類型簡短說明
detach()Content卸離節點與父項 Element 節點。
getData()String取得 ProcessingInstruction 節點中每項指示的原始資料。
getParentElement()Element取得節點的父項 Element 節點。
getTarget()String取得 ProcessingInstruction 節點的目標。
getValue()String取得節點直接或間接子項的所有節點文字值,並依照在文件中的順序排列。

內容詳盡的說明文件

detach()

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

回攻員

Content:卸離的節點


getData()

取得 ProcessingInstruction 節點中每項指示的原始資料。

回攻員

StringProcessingInstruction 節點中每項指示的原始資料


getParentElement()

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

回攻員

Element:父項 Element 節點


getTarget()

取得 ProcessingInstruction 節點的目標。

回攻員

StringProcessingInstruction 節點的目標


getValue()

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

回攻員

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