net.sf.saxon.tinytree
final class TinyProcInstImpl extends TinyNodeImpl
Version: 16 July 1999
| Constructor Summary | |
|---|---|
| TinyProcInstImpl(TinyTree tree, int nodeNr) | |
| Method Summary | |
|---|---|
| Value | atomize()
Get the typed value of this node.
|
| void | copy(Receiver out, int whichNamespaces, boolean copyAnnotations, int locationId)
Copy this node to a given outputter |
| String | getBaseURI()
Get the base URI of this processing instruction node. |
| String | getData()
The content of this processing instruction. |
| int | getNodeKind() |
| String | getStringValue() |
| String | getTarget()
The target of this processing instruction. |
| SequenceIterator | getTypedValue()
Get the typed value of this node.
|
?> .Returns: the content of the processing instruction (in XDM this is the same as its string value)
Returns: the "target", or in XDM terms, the name of the processing instruction