Comment
(interface
)
Own properties:
attributes |
- |
none |
methods |
- |
none |
Inherited properties:
attributes |
- |
attributes, childNodes, firstChild, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling, data, length |
methods |
- |
appendChild, cloneNode, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, appendData, deleteData, insertData, replaceData, substringData |
Description:
From this object are accessible comments in XML and HTML, i.e. all characters between "<!--" and "-->". (This is the definition of a comment in XML, and, in practice, HTML, although some HTML tools may implement the full SGML
comment structure.)