org.exolab.adaptx.xslt.dom
public class ProcessingInstruction extends BaseNode
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Constructor Summary | |
---|---|
ProcessingInstruction(String target, String value)
Creates a new ProcessingInstruction
|
Method Summary | |
---|---|
int | getNodeType()
Returns the type of this node.
|
String | getStringValue()
Returns the string value of the node. |
void | setTarget(String target)
Sets the target for this XPathNode
|
void | setValue(String value)
Sets the value for this XPathNode
|
Parameters: target the target for this PI. [May be null] value the value of this PI. [May be null]
Returns: The type of this node
Returns: The string value of the node