java.lang.Object | +--gnu.xml.dom.DomNode | +--gnu.xml.dom.DomPIAll Implemented Interfaces:
DomNotation
DomPI(Document owner, java.lang.String target, java.lang.String data) Constructs a ProcessingInstruction node associated with the specified document, with the specified data. |
java.lang.String | getData() DOM L1 Returns the data associated with the processing instruction. |
java.lang.String | DOM L1 Returns the target of the processing instruction (same as getTarget). |
short | DOM L1 Returns the constant PROCESSING_INSTRUCTION_NODE. |
java.lang.String | DOM L1 Returns the data associated with the processing instruction (same as getData). |
java.lang.String | DOM L1 Returns the target of the processing instruction. |
void | setData(java.lang.String data) DOM L1 Assigns the data associated with the processing instruction; same as setNodeValue. |
void | setNodeValue(java.lang.String data) DOM L1 Assigns the data associated with the processing instruction. |
protected DomPI(Document owner, java.lang.String target, java.lang.String data)
public final String getData()
public final String getNodeName()
public final short getNodeType()
public final String getNodeValue()
public final String getTarget()
public final void setData(java.lang.String data)
public final void setNodeValue(java.lang.String data)