org.w3c.tidy
Class DOMProcessingInstructionImpl
- org.w3c.dom.Node, org.w3c.dom.ProcessingInstruction
public class DOMProcessingInstructionImpl
implements org.w3c.dom.ProcessingInstruction
DOMProcessingInstructionImpl.
$Revision: 738 $ ($Author: fgiust $)
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData, supports |
DOMProcessingInstructionImpl
protected DOMProcessingInstructionImpl(Node adaptee)
Instantiates a new DOM processing instruction.
adaptee - wrapped Tidy node
getData
public String getData()
org.w3c.dom.ProcessingInstruction.getData
getTarget
public String getTarget()
org.w3c.dom.ProcessingInstruction.getTarget
setData
public void setData(String data)
throws DOMExceptionorg.w3c.dom.ProcessingInstruction.setData(java.lang.String)