public class ProcessingInstruction extends XMLNode
| Constructor and Description |
|---|
ProcessingInstruction(String target,
String value)
Creates a new ProcessingInstruction.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStringValue()
Returns the string value of the node.
|
getLocalName, getNamespaceURI, getNamespaceURI, getNodeLocation, getNodeType, getParentNode, getRootNode, getXPath, setNamespacepublic String getStringValue()
getStringValue in class XMLNodeCopyright © 2021. All rights reserved.