一般 XML 節點的表示法。
實作類別
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
asCdata() | Cdata | 將節點投放為 CDATASection 節點,以便自動完成。 |
asComment() | Comment | 將節點投放為 Comment 節點,以便自動完成。 |
asDocType() | DocType | 將節點投放為 DocumentType 節點,以便自動完成。 |
asElement() | Element | 將節點投放為 Element 節點,以便自動完成。 |
asEntityRef() | EntityRef | 將節點投放為 EntityReference 節點,以便自動完成。 |
asProcessingInstruction() | ProcessingInstruction | 將節點投放為 ProcessingInstruction 節點,以便自動完成。 |
asText() | Text | 將節點投放為 Text 節點,以便自動完成。 |
detach() | Content | 卸離節點與父項 Element 節點。 |
getParentElement() | Element | 取得節點的父項 Element 節點。 |
getType() | ContentType | 取得節點的內容類型。 |
getValue() | String | 取得節點直接或間接子項的所有節點文字值,並依照在文件中的順序排列。 |
內容詳盡的說明文件
asCdata()
asComment()
將節點投放為 Comment
節點,以便自動完成。如果節點的 ContentType
不是 COMMENT
,這個方法會傳回 null
。
回攻員
asDocType()
將節點投放為 DocumentType
節點,以便自動完成。如果節點的 ContentType
不是 DOCTYPE
,這個方法會傳回 null
。
回攻員
DocType
:DocumentType
節點
asElement()
asEntityRef()
將節點投放為 EntityReference
節點,以便自動完成。如果節點的 ContentType
不是 ENTITYREF
,這個方法會傳回 null
。
回攻員
EntityRef
:EntityReference
節點
asProcessingInstruction()
將節點投放為 ProcessingInstruction
節點,以便自動完成。如果節點的 ContentType
尚未是 PROCESSINGINSTRUCTION
,這個方法會傳回 null
。
回攻員
ProcessingInstruction
:ProcessingInstruction
節點
asText()
getType()
getValue()
取得節點直接或間接子項的所有節點文字值,並依照在文件中的順序排列。
回攻員
String
:所有節點直接或間接子項的節點文字值