org.castor.xmlctf.xmldiff.xml.nodes
Class ProcessingInstruction

java.lang.Object
  extended by org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
      extended by org.castor.xmlctf.xmldiff.xml.nodes.ProcessingInstruction

public class ProcessingInstruction
extends XMLNode

A class representing an XML Processing Instruction.

Since:
Castor 1.1
Version:
$Revision: 0000 $ $Date: 2007-01-11 00:00:00 -0600 (Thu, 11 Jan 2007) $
Author:
Edward Kuns

Field Summary
 
Fields inherited from class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
ATTRIBUTE, ELEMENT, PROCESSING_INSTRUCTION, ROOT, TEXT
 
Constructor Summary
ProcessingInstruction(java.lang.String target, java.lang.String value)
          Creates a new ProcessingInstruction.
 
Method Summary
 java.lang.String getStringValue()
          Returns the string value of the node.
 
Methods inherited from class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
getLocalName, getNamespaceURI, getNamespaceURI, getNodeLocation, getNodeType, getParentNode, getRootNode, getXPath, setNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingInstruction

public ProcessingInstruction(java.lang.String target,
                             java.lang.String value)
Creates a new ProcessingInstruction.

Parameters:
target - the target for this Processing Instruction. (May be null.)
value - the value of this Processing Instruction. (May be null.)
Method Detail

getStringValue

public java.lang.String getStringValue()
Returns the string value of the node. The string value of a processing instruction is the instruction.

Specified by:
getStringValue in class XMLNode
Returns:
The string value of the node.


Copyright © 2011. All Rights Reserved.