com.icl.saxon.tree
class ProcInstImpl extends NodeImpl implements ProcessingInstruction
| Field Summary | |
|---|---|
| String | content |
| int | lineNumber |
| int | nameCode |
| String | systemId |
| Constructor Summary | |
|---|---|
| ProcInstImpl(int nameCode, String content) | |
| Method Summary | |
|---|---|
| void | copy(Outputter out)
Copy this node to a given outputter |
| String | getData()
The content of this processing instruction. |
| int | getLineNumber()
Get the line number of the node within its source entity |
| int | getNameCode()
Get the nameCode of the node. |
| short | getNodeType() |
| String | getStringValue() |
| String | getSystemId()
Get the system ID for the entity containing this node. |
| String | getTarget()
The target of this processing instruction. |
| void | setData(String data)
Set the content of this PI. |
| void | setLocation(String uri, int lineNumber)
Set the system ID and line number |
?> .Throws: DOMException NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.