
Public Member Functions | |
| setCdata (Cdata $cdata) | |
| |
| getCdata () | |
| |
| setEndMark ($endMark) | |
| |
| getEndMark () | |
| isComment () | |
| isExternal () | |
Static Public Member Functions | |
| static | create () |
| |
| static | comment () |
| |
Private Attributes | |
| $cdata = null | |
| $endMark = null | |
Definition at line 16 of file SgmlIgnoredTag.class.php.
| static SgmlIgnoredTag::create | ( | ) | [static] |
Definition at line 24 of file SgmlIgnoredTag.class.php.
Referenced by HtmlTokenizer::startTagState().
| static SgmlIgnoredTag::comment | ( | ) | [static] |
Definition at line 32 of file SgmlIgnoredTag.class.php.
Referenced by HtmlTokenizer::commentState().
| SgmlIgnoredTag::setCdata | ( | Cdata $ | cdata | ) |
| SgmlIgnoredTag::getCdata | ( | ) |
| SgmlIgnoredTag::setEndMark | ( | $ | endMark | ) |
| SgmlIgnoredTag::getEndMark | ( | ) |
Definition at line 65 of file SgmlIgnoredTag.class.php.
| SgmlIgnoredTag::isComment | ( | ) |
Definition at line 70 of file SgmlIgnoredTag.class.php.
| SgmlIgnoredTag::isExternal | ( | ) |
Definition at line 75 of file SgmlIgnoredTag.class.php.
SgmlIgnoredTag::$cdata = null [private] |
Definition at line 18 of file SgmlIgnoredTag.class.php.
SgmlIgnoredTag::$endMark = null [private] |
1.5.4