Class ProcessingInstruction

ProcessingInstruction

XML ProcessingInstruction 节点的表示形式。

方法

方法返回类型简介
detach()Content将节点与其父 Element 节点分离。
getData()String获取 ProcessingInstruction 节点中每条指令的原始数据。
getParentElement()Element获取节点的父级 Element 节点。
getTarget()String获取 ProcessingInstruction 节点的目标。
getValue()String按照节点在文档中出现的顺序获取作为节点的直接或间接子节点的所有节点的文本值。

详细文档

detach()

将节点与其父 Element 节点分离。如果节点没有父节点,则此方法无效。

弃踢回攻

Content - 已分离的节点


getData()

获取 ProcessingInstruction 节点中每条指令的原始数据。

弃踢回攻

String - ProcessingInstruction 节点中每条指令的原始数据


getParentElement()

获取节点的父级 Element 节点。如果节点没有父节点,则此方法会返回 null

弃踢回攻

Element - 父级 Element 节点


getTarget()

获取 ProcessingInstruction 节点的目标。

弃踢回攻

String - ProcessingInstruction 节点的目标


getValue()

按照节点在文档中出现的顺序获取作为节点的直接或间接子节点的所有节点的文本值。

弃踢回攻

String - 所有是节点直接或间接子节点的文本值