Class ProcessingInstruction
java.lang.Object
org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
org.castor.xmlctf.xmldiff.xml.nodes.ProcessingInstruction
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
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingInstruction
(String target, String value) Creates a new ProcessingInstruction. -
Method Summary
Methods inherited from class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
getLocalName, getNamespaceURI, getNamespaceURI, getNodeLocation, getNodeType, getParentNode, getRootNode, getXPath, setNamespace
-
Constructor Details
-
ProcessingInstruction
-
-
Method Details
-
getStringValue
Returns the string value of the node. The string value of a processing instruction is the instruction.- Specified by:
getStringValue
in classXMLNode
- Returns:
- The string value of the node.
-