@Generated(value="org.realityforge.webtack") @JsType(isNative=true, namespace="<global>", name="Comment") public class Comment extends CharacterData
data
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, nodeValue, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent
Constructor and Description |
---|
Comment()
The Comment() constructor returns a newly created Comment object with the optional DOMString given in parameter as its textual content.
|
Comment(java.lang.String data)
The Comment() constructor returns a newly created Comment object with the optional DOMString given in parameter as its textual content.
|
after, after, appendData, before, before, deleteData, insertData, length, nextElementSibling, previousElementSibling, remove, replaceData, replaceWith, replaceWith, substringData
appendChild, baseURI, childNodes, cloneNode, cloneNode, compareDocumentPosition, contains, firstChild, getRootNode, getRootNode, hasChildNodes, insertBefore, isConnected, isDefaultNamespace, isEqualNode, isSameNode, lastChild, lookupNamespaceURI, lookupPrefix, nextSibling, nodeName, nodeType, normalize, ownerDocument, parentElement, parentNode, previousSibling, removeChild, replaceChild
addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListener
public Comment(@Nonnull java.lang.String data)
public Comment()