org.w3c.dom
public interface ProcessingInstruction extends Node
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.
| Method Summary | |
|---|---|
| String | getData()
The content of this processing instruction. |
| String | getTarget()
The target of this processing instruction. |
| void | setData(String data)
The content of this processing instruction. |
?>.Throws: DOMException NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
?>.Throws: DOMException NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.