(PHP 5, PHP 7, PHP 8)
Represents nodes with character data. No nodes directly correspond to this class, but other nodes do inherit from it.
$exclusive
= false
,$withComments
= false
,$xpath
= null
,$nsPrefixes
= null
Version | Description |
---|---|
8.0.0 | The nextElementSibling and previousElementSibling properties have been added. |
8.0.0 | DOMCharacterData implements DOMChildNode now. |
In case you're looking for the CDATA class to which nodes /do/ correspond, it's called DOMCdataSection (per my PHP installation) and isn't documented on php.net. Presumably, it doesn't add anything to this API.
See also: http://www.php.net/manual/en/domdocument.createcdatasection.php