Public Member Functions | |
setEmpty ($isEmpty) | |
isEmpty () | |
setAttribute ($name, $value) | |
hasAttribute ($name) | |
getAttribute ($name) | |
dropAttribute ($name) | |
getAttributesList () | |
dropAttributesList () | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$attributes = array() | |
$empty = false |
Definition at line 15 of file SgmlOpenTag.class.php.
static SgmlOpenTag::create | ( | ) | [static] |
Definition at line 23 of file SgmlOpenTag.class.php.
Referenced by HtmlTokenizer::createOpenTag().
SgmlOpenTag::dropAttribute | ( | $ | name | ) |
Definition at line 77 of file SgmlOpenTag.class.php.
SgmlOpenTag::dropAttributesList | ( | ) |
Definition at line 99 of file SgmlOpenTag.class.php.
SgmlOpenTag::getAttribute | ( | $ | name | ) |
Definition at line 62 of file SgmlOpenTag.class.php.
SgmlOpenTag::getAttributesList | ( | ) |
Definition at line 91 of file SgmlOpenTag.class.php.
Referenced by HtmlAssembler::getAttributes().
SgmlOpenTag::hasAttribute | ( | $ | name | ) |
Definition at line 55 of file SgmlOpenTag.class.php.
SgmlOpenTag::isEmpty | ( | ) |
Definition at line 40 of file SgmlOpenTag.class.php.
SgmlOpenTag::setAttribute | ( | $ | name, | |
$ | value | |||
) |
Definition at line 48 of file SgmlOpenTag.class.php.
References SgmlToken::$value.
SgmlOpenTag::setEmpty | ( | $ | isEmpty | ) |
Definition at line 31 of file SgmlOpenTag.class.php.
References Assert::isBoolean().
SgmlOpenTag::$attributes = array() [private] |
Definition at line 17 of file SgmlOpenTag.class.php.
SgmlOpenTag::$empty = false [private] |
Definition at line 18 of file SgmlOpenTag.class.php.