SgmlOpenTag Class Reference
[HTML parser]

Inheritance diagram for SgmlOpenTag:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 setEmpty ($isEmpty)
 
Returns:
SgmlOpenTag

 isEmpty ()
 setAttribute ($name, $value)
 
Returns:
SgmlOpenTag

 hasAttribute ($name)
 getAttribute ($name)
 dropAttribute ($name)
 
Returns:
SgmlOpenTag

 getAttributesList ()
 dropAttributesList ()
 
Returns:
SgmlOpenTag


Static Public Member Functions

static create ()
 
Returns:
SgmlOpenTag


Private Attributes

 $attributes = array()
 $empty = false


Detailed Description

Definition at line 16 of file SgmlOpenTag.class.php.


Member Function Documentation

static SgmlOpenTag::create (  )  [static]

Returns:
SgmlOpenTag

Definition at line 24 of file SgmlOpenTag.class.php.

Referenced by HtmlTokenizer::createOpenTag().

SgmlOpenTag::setEmpty ( isEmpty  ) 

Returns:
SgmlOpenTag

Definition at line 32 of file SgmlOpenTag.class.php.

SgmlOpenTag::isEmpty (  ) 

Definition at line 41 of file SgmlOpenTag.class.php.

SgmlOpenTag::setAttribute ( name,
value 
)

Returns:
SgmlOpenTag

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  ) 

Returns:
SgmlOpenTag

Definition at line 78 of file SgmlOpenTag.class.php.

SgmlOpenTag::getAttributesList (  ) 

Definition at line 92 of file SgmlOpenTag.class.php.

SgmlOpenTag::dropAttributesList (  ) 

Returns:
SgmlOpenTag

Definition at line 100 of file SgmlOpenTag.class.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:26 2007 for onPHP by  doxygen 1.5.4