| |
|
| java.lang.Object net.sf.saxon.tree.NodeImpl net.sf.saxon.tree.ProcInstImpl
ProcInstImpl | class ProcInstImpl extends NodeImpl (Code) | | ProcInstImpl is an implementation of ProcInstInfo used by the Propagator to construct
its trees.
author: Michael H. Kay |
lineNumber | int lineNumber(Code) | | |
ProcInstImpl | public ProcInstImpl(int nameCode, String content)(Code) | | |
copy | public void copy(Receiver out, int whichNamespaces, boolean copyAnnotations, int locationId) throws XPathException(Code) | | Copy this node to a given outputter
|
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 ?> .
|
getLineNumber | public int getLineNumber()(Code) | | Get the line number of the node within its source entity
|
getNameCode | public int getNameCode()(Code) | | Get the nameCode of the node. This is used to locate the name in the NamePool
|
getNodeKind | final public int getNodeKind()(Code) | | |
getSystemId | public String getSystemId()(Code) | | Get the system ID for the entity containing this node.
|
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.
|
setLocation | public void setLocation(String uri, int lineNumber)(Code) | | Set the system ID and line number
|
|
|
|