The Dom\CharacterData class
(PHP 8 >= 8.4.0)
Introduction
Represents nodes with character data. No nodes directly correspond to
this class, but other nodes do inherit from it.
This is the modern, spec-compliant equivalent of
DOMCharacterData .
Class synopsis
/* Inherited constants */
/* Properties */
/* Inherited properties */
/* Methods */
/* Inherited methods */
/* Not documented yet */
}
Properties
- previousElementSibling
-
The previous sibling element or null
.
- nextElementSibling
-
The next sibling element or null
.
- data
-
The contents of the node.
- length
-
The length of the contents.
Table of Contents
There are no user contributed notes for this page.