ZVON > References > DOM2 Reference

CDATASection (interface )

Type of the interface:   extended

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, splitText

Description:
Every CDATA-section in an XML document transforms into the Node of the type CDATASection in DOM. The CDATASection interface inherits the CharacterData interface through the Text interface. Adjacent CDATASections nodes are not merged by use of the normalize method ot the Node interface.