|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.xmlctf.xmldiff.xml.nodes.XMLNode
org.castor.xmlctf.xmldiff.xml.nodes.ProcessingInstruction
public class ProcessingInstruction
A class representing an XML Processing Instruction.
| 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, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessingInstruction(java.lang.String target,
java.lang.String value)
target - the target for this Processing Instruction. (May be null.)value - the value of this Processing Instruction. (May be null.)| Method Detail |
|---|
public java.lang.String getStringValue()
getStringValue in class XMLNode
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||