org.apache.batik.dom
public abstract class AbstractProcessingInstruction extends AbstractChildNode implements ProcessingInstruction
| Field Summary | |
|---|---|
| protected String | data
The data. |
| Method Summary | |
|---|---|
| protected Node | copyInto(Node n)
Copy the fields of the current node into the given node. |
| protected Node | deepCopyInto(Node n)
Deeply copy the fields of the current node into the given node. |
| protected Node | deepExport(Node n, AbstractDocument d)
Deeply exports this node to the given document. |
| protected Node | export(Node n, AbstractDocument d)
Exports this node to the given document. |
| String | getData()
DOM: Implements org.w3c.dom.ProcessingInstruction#getData(). |
| String | getNodeName()
DOM: Implements org.w3c.dom.Node#getNodeName(). |
| short | getNodeType()
DOM: Implements org.w3c.dom.Node#getNodeType(). |
| String | getNodeValue()
DOM: Implements org.w3c.dom.Node#getNodeValue(). |
| String | getTextContent()
DOM: Implements org.w3c.dom.Node#getTextContent(). |
| void | setData(String data)
DOM: Implements org.w3c.dom.ProcessingInstruction#setData(String). |
| void | setNodeValue(String nodeValue)
DOM: Implements org.w3c.dom.Node#setNodeValue(String). |
Parameters: n a node of the type of this.
Parameters: n a node of the type of this.
Returns: data.
Returns: AbstractProcessingInstruction.
Returns: org.w3c.dom.Node#PROCESSING_INSTRUCTION_NODE
Returns: getData.