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 15 of file SgmlIgnoredTag.class.php.
static SgmlIgnoredTag::comment | ( | ) | [static] |
Definition at line 31 of file SgmlIgnoredTag.class.php.
References create().
Referenced by HtmlTokenizer::commentState().
static SgmlIgnoredTag::create | ( | ) | [static] |
Definition at line 23 of file SgmlIgnoredTag.class.php.
Referenced by comment(), and HtmlTokenizer::startTagState().
SgmlIgnoredTag::getCdata | ( | ) |
Definition at line 49 of file SgmlIgnoredTag.class.php.
SgmlIgnoredTag::getEndMark | ( | ) |
Definition at line 64 of file SgmlIgnoredTag.class.php.
SgmlIgnoredTag::isComment | ( | ) |
Definition at line 69 of file SgmlIgnoredTag.class.php.
SgmlIgnoredTag::isExternal | ( | ) |
Definition at line 74 of file SgmlIgnoredTag.class.php.
SgmlIgnoredTag::setCdata | ( | Cdata $ | cdata | ) |
Definition at line 39 of file SgmlIgnoredTag.class.php.
SgmlIgnoredTag::setEndMark | ( | $ | endMark | ) |
SgmlIgnoredTag::$cdata = null [private] |
Definition at line 17 of file SgmlIgnoredTag.class.php.
SgmlIgnoredTag::$endMark = null [private] |
Definition at line 18 of file SgmlIgnoredTag.class.php.
Referenced by setEndMark().