org.apache.batik.dom
public class GenericProcessingInstruction extends AbstractProcessingInstruction
Field Summary | |
---|---|
protected boolean | readonly
Is this node immutable? |
protected String | target
The target. |
Constructor Summary | |
---|---|
protected | GenericProcessingInstruction()
Creates a new ProcessingInstruction object. |
GenericProcessingInstruction(String target, String data, AbstractDocument owner)
Creates a new ProcessingInstruction object. |
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 | getTarget()
DOM: Implements {@link
org.w3c.dom.ProcessingInstruction#getTarget()}. |
boolean | isReadonly()
Tests whether this node is readonly. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setNodeName(String v)
Sets the node name. |
void | setReadonly(boolean v)
Sets this node readonly attribute. |
void | setTarget(String v)
Sets the target value. |
Parameters: n a node of the type of this.
Parameters: n a node of the type of this.
Returns: {@link #target}.