DOMCdataSection クラス

(PHP 5, PHP 7)

はじめに

DOMCdataSectionDOMText を継承したクラスで、 CData のテキスト表現に使います。

クラス概要

DOMCdataSection extends DOMText {
/* メソッド */
public __construct ( string $value )
/* 継承したメソッド */
public DOMText::isElementContentWhitespace ( void ) : bool
public DOMText::splitText ( int $offset ) : DOMText
}

目次