The DOMText class
(PHP 5, PHP 7, PHP 8)
Introduction
The DOMText class inherits from DOMCharacterData and represents the textual content of a DOMElement or DOMAttr.
Class synopsis
bool
$exclusive
= false
,bool
$withComments
= false
,?array
$xpath
= null
,?array
$nsPrefixes
= null
): string|false
string
$uri
,bool
$exclusive
= false
,bool
$withComments
= false
,?array
$xpath
= null
,?array
$nsPrefixes
= null
): int|false
Properties
- wholeText
-
Holds all the text of logically-adjacent (not separated by Element, Comment or Processing Instruction) Text nodes.
Changelog
Version | Description |
---|---|
8.0.0 | The unimplemented method DOMText::replaceWholeText() has been removed. |
Table of Contents
- DOMText::__construct — Creates a new DOMText object
- DOMText::isElementContentWhitespace — Returns whether this text node contains whitespace in element content
- DOMText::isWhitespaceInElementContent — Indicates whether this text node contains whitespace
- DOMText::splitText — Breaks this node into two nodes at the specified offset