The DOMText class
(PHP 5)
소개
The DOMText class inherits from DOMCharacterData and represents the textual content of a DOMElement or DOMAttr.
클래스 개요
DOMText
extends
DOMCharacterData
{
/* 프로퍼티 */
/* 메소드 */
/* 상속된 메소드 */
public string DOMNode::C14N
([ bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )
public int DOMNode::C14NFile
( string $uri
[, bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )
}프로퍼티
- wholeText
-
Holds all the text of logically-adjacent (not separated by Element, Comment or Processing Instruction) Text nodes.
Table of Contents
- 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
There are no user contributed notes for this page.
