The Dom\CharacterData class
(PHP 8 >= 8.4.0)
简介
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.
属性
- 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.
目录