
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 16 of file SgmlOpenTag.class.php.
| static SgmlOpenTag::create | ( | ) | [static] |
Definition at line 24 of file SgmlOpenTag.class.php.
Referenced by HtmlTokenizer::createOpenTag().
| SgmlOpenTag::setEmpty | ( | $ | isEmpty | ) |
| SgmlOpenTag::isEmpty | ( | ) |
Definition at line 41 of file SgmlOpenTag.class.php.
| SgmlOpenTag::setAttribute | ( | $ | name, | |
| $ | value | |||
| ) |
Definition at line 49 of file SgmlOpenTag.class.php.
References SgmlToken::$value.
| SgmlOpenTag::hasAttribute | ( | $ | name | ) |
Definition at line 56 of file SgmlOpenTag.class.php.
| SgmlOpenTag::getAttribute | ( | $ | name | ) |
Definition at line 63 of file SgmlOpenTag.class.php.
| SgmlOpenTag::dropAttribute | ( | $ | name | ) |
| SgmlOpenTag::getAttributesList | ( | ) |
Definition at line 92 of file SgmlOpenTag.class.php.
| SgmlOpenTag::dropAttributesList | ( | ) |
SgmlOpenTag::$attributes = array() [private] |
Definition at line 18 of file SgmlOpenTag.class.php.
SgmlOpenTag::$empty = false [private] |
Definition at line 19 of file SgmlOpenTag.class.php.
1.5.4