org.castor.xmlctf.xmldiff.xml.nodes
Class ProcessingInstruction
public class ProcessingInstruction
A class representing an XML Processing Instruction.
$Revision: 0000 $ $Date: 2007-01-11 00:00:00 -0600 (Thu, 11 Jan 2007) $
getLocalName , getNamespaceURI , getNamespaceURI , getNodeLocation , getNodeType , getParentNode , getRootNode , getStringValue , getXPath , setNamespace , setParent |
ProcessingInstruction
public ProcessingInstruction(String target,
String value)
Creates a new ProcessingInstruction.
target
- the target for this Processing Instruction. (May be null.)value
- the value of this Processing Instruction. (May be null.)
getStringValue
public String getStringValue()
Returns the string value of the node. The string value of a processing
instruction is the instruction.
- getStringValue in interface XMLNode
- The string value of the node.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com