The DOMText class
Introdução
The DOMText class inherits from DOMCharacterData and represents the textual content of a DOMElement or DOMAttr.
Sinopse da classe
DOMText
DOMText
extends
DOMCharacterData
{
/* Properties */
/* Methods */
__construct
([ string $value
] )
/* Inherited methods */
}Propriedades
- wholeText
-
Holds all the text of logically-adjacent (not separated by Element, Comment or Processing Instruction) Text nodes.
Índice
- DOMText::__construct — Creates a new DOMText object
- DOMText::isWhitespaceInElementContent — Indicates whether this text node contains whitespace
- DOMText::splitText — Breaks this node into two nodes at the specified offset
DOMText
There are no user contributed notes for this page.
