org.dom4j.dom
public class DOMProcessingInstruction extends DefaultProcessingInstruction implements ProcessingInstruction
DOMProcessingInstruction implements a ProcessingInstruction
node which supports the W3C DOM API.
Version: $Revision: 1.12 $
| Constructor Summary | |
|---|---|
| DOMProcessingInstruction(String target, Map values) | |
| DOMProcessingInstruction(String target, String values) | |
| DOMProcessingInstruction(Element parent, String target, String val) | |
| Method Summary | |
|---|---|
| Node | appendChild(Node newChild) |
| Node | cloneNode(boolean deep) |
| NamedNodeMap | getAttributes() |
| NodeList | getChildNodes() |
| String | getData() |
| Node | getFirstChild() |
| Node | getLastChild() |
| String | getLocalName() |
| String | getNamespaceURI() |
| Node | getNextSibling() |
| String | getNodeName() |
| String | getNodeValue() |
| Document | getOwnerDocument() |
| Node | getParentNode() |
| String | getPrefix() |
| Node | getPreviousSibling() |
| boolean | hasAttributes() |
| boolean | hasChildNodes() |
| Node | insertBefore(Node newChild, Node refChild) |
| boolean | isSupported(String feature, String version) |
| void | normalize() |
| Node | removeChild(Node oldChild) |
| Node | replaceChild(Node newChild, Node oldChild) |
| void | setData(String data) |
| void | setNodeValue(String nodeValue) |
| void | setPrefix(String prefix) |
| boolean | supports(String feature, String version) |