HTML 4.01 strict HTML
Visit Sourceforge.net

This page contains the XML for <SCRIPT> DOMCDATASection object documentation.

Return to W3C DOM Parser Documentation Main Page

NOTE: DOMCDATASection descends from DOMText and inherits all of the properties and methods of the DOMText object

CONTENTS
DOMCDATASection - object description
 
Native Methods:
The DOMCDATASection object has no W3C native methods
 
Inherited Methods:
DOMText - splitText method
 
DOMCharacterData - getData method
DOMCharacterData - setData method
DOMCharacterData - getLength method
DOMCharacterData - substringData method
DOMCharacterData - appendData method
DOMCharacterData - insertData method
DOMCharacterData - deleteData method
DOMCharacterData - replaceData method
 
DOMNode - getNodeName method
DOMNode - getNodeValue method
DOMNode - setNodeValue method
DOMNode - getNodeType method
DOMNode - getParentNode method
DOMNode - getChildNodes method
DOMNode - getFirstChild method
DOMNode - getLastChild method
DOMNode - getPreviousSibling method
DOMNode - getNextSibling method
DOMNode - getAttributes method
DOMNode - getNamespaceURI method
DOMNode - getPrefix method
DOMNode - getLocalName method
DOMNode - getOwnerDocument method
DOMNode - insertBefore method
DOMNode - replaceChild method
DOMNode - removeChild method
DOMNode - appendChild method
DOMNode - hasChildNodes method
DOMNode - cloneNode method
DOMNode - getElementsByTagName method
DOMNode - getElementsByTagNameNS method
DOMNode - setPrefix method
DOMNode - normalize method
DOMNode - isSupported method
DOMNode - getXML method
DOMNode - hasAttributes method
DOMCDATASection - object description

DOMCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. CDATA sections start with "<![CDATA[". The only delimiter that is recognized in a CDATA section is the "]]>" string that ends the CDATA section. DOMCDATA sections cannot be nested. Their primary purpose is for including material such as XML fragments, without needing to escape all the delimiters.