Public Member Functions | |
setData ($data) | |
| |
getData () | |
getRawData () | |
setStrict ($isStrict) | |
| |
isStrict () | |
Static Public Member Functions | |
static | create () |
| |
Private Attributes | |
$data = null | |
$strict = false |
Definition at line 16 of file Cdata.class.php.
static Cdata::create | ( | ) | [static] |
Definition at line 25 of file Cdata.class.php.
Referenced by HtmlTokenizer::cdataState(), HtmlTokenizer::commentState(), HtmlTokenizer::doctypeTagState(), HtmlTokenizer::dumpBuffer(), and HtmlTokenizer::externalTagState().
Cdata::setData | ( | $ | data | ) |
Definition at line 33 of file Cdata.class.php.
References $data.
Referenced by HtmlTokenizer::removeWhitespaces().
Cdata::getData | ( | ) |
Cdata::getRawData | ( | ) |
Definition at line 48 of file Cdata.class.php.
Cdata::setStrict | ( | $ | isStrict | ) |
Cdata::isStrict | ( | ) |
Definition at line 65 of file Cdata.class.php.
Cdata::$data = null [private] |
Cdata::$strict = false [private] |
Definition at line 20 of file Cdata.class.php.