Class CDataSection

Node
  |
  +--CharacterData
        |
        +--Text
              |
              +--CDataSection

public class CDataSection
extends Text

Class representing the DOM CDataSection interface.


Fields inherited from class CharacterData
$data, $length
 
Fields inherited from class Node
$attributes, $childNodes, $firstChild, $lastChild, $localName, $namespaceURI, $nextSibling, $nodeID, $nodeName, $nodeType, $nodeValue, $ownerDocument, $parentNode, $prefix, $previousSibling, $readonly
 
Constructor Summary
CDataSection()
          Constructor of the class.
 
Methods inherited from class Text
splitText
 
Methods inherited from class CharacterData
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData
 
Methods inherited from class Node
appendChild, checkDocument, checkHierarchy, cloneNode, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 

Constructor Detail

CDataSection

public CDataSection()
Constructor of the class.