ZVON > References > DOM1 Reference

Comment (interface)

Type of the interface:   fundamental

Own properties:
attributes  -  none
methods  -  none

Inherited properties:
attributes  -  nodeName, nodeValue, nodeType, parentNode, childNodes, firstChild, lastChild, previousSibling, nextSibling, attributes, ownerDocument, data, length
methods  -  insertBefore, replaceChild, removeChild, appendChild, hasChildNodes, cloneNode, substringData, appendData, insertData, deleteData, replaceData

Description:
Comments in XML and HTML (i.e. all characters between "<!--" and "-->") are accessible from the Comment object in DOM.