| java.lang.Object net.sf.saxon.tinytree.TinyNodeImpl net.sf.saxon.tinytree.TinyProcInstImpl
TinyProcInstImpl | final class TinyProcInstImpl extends TinyNodeImpl (Code) | | TProcInstImpl is an implementation of ProcInstInfo
author: Michael H. Kay version: 16 July 1999 |
TinyProcInstImpl | public TinyProcInstImpl(TinyTree tree, int nodeNr)(Code) | | |
copy | public void copy(Receiver out, int whichNamespaces, boolean copyAnnotations, int locationId) throws XPathException(Code) | | Copy this node to a given outputter
|
getBaseURI | public String getBaseURI()(Code) | | Get the base URI of this element node. This will be the same as the System ID unless
xml:base has been used.
|
getData | public String getData()(Code) | | The content of this processing instruction. This is from the first non
white space character after the target to the character immediately
preceding the ?> .
|
getNodeKind | final public int getNodeKind()(Code) | | |
getTarget | public String getTarget()(Code) | | The target of this processing instruction. XML defines this as being
the first token following the markup that begins the processing
instruction.
|
|
|