org.w3c.tidy
Class DOMCommentImpl
- org.w3c.dom.CharacterData, org.w3c.dom.Comment, org.w3c.dom.Node
public class DOMCommentImpl
implements org.w3c.dom.Comment
Tidy implementation of org.w3c.dom.Comment.
$Revision: 400 $ ($Author: fgiust $)
DOMCommentImpl(Node adaptee)- Instantiates a new DOMCommentImpl which wraps the given Node.
|
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 |
DOMCommentImpl
protected DOMCommentImpl(Node adaptee)
Instantiates a new DOMCommentImpl which wraps the given Node.