com.icl.saxon.tinytree
final class TinyProcInstImpl extends TinyNodeImpl implements ProcessingInstruction
Version: 16 July 1999
| Constructor Summary | |
|---|---|
| TinyProcInstImpl(TinyDocumentImpl doc, int nodeNr) | |
| Method Summary | |
|---|---|
| void | copy(Outputter out)
Copy this node to a given outputter |
| String | getData()
The content of this processing instruction. |
| short | getNodeType() |
| String | getStringValue() |
| String | getTarget()
The target of this processing instruction. |
| void | setData(String data)
Set the content of this PI. |
?> .Throws: DOMException NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.