ZVON > References > DOM2 Reference

Comment (interface )

Type of the interface:   fundamental

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.)