The DOMText class
(PHP 5, PHP 7, PHP 8)
Einführung
The DOMText class inherits from DOMCharacterData and represents the textual content of a DOMElement or DOMAttr.
Klassenbeschreibung
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
Eigenschaften
- wholeText
-
Holds all the text of logically-adjacent (not separated by Element, Comment or Processing Instruction) Text nodes.
Changelog
Version | Beschreibung |
---|---|
8.0.0 | The unimplemented method DOMText::replaceWholeText() has been removed. |
Inhaltsverzeichnis
- 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