java.lang.String | getData() The content of this processing instruction. |
java.lang.String | The target of this processing instruction. |
void | setData(java.lang.String data) The content of this processing instruction. |
public String getData()
?>
.
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.public String getTarget()
public void setData(java.lang.String data)
?>
.
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
ProcessingInstruction
interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document. See also the Document Object Model (DOM) Level 2 Core Specification.