HtmlAssembler Class Reference
[HTML parser]

List of all members.

Public Member Functions

 __construct ($tags)
 getHtml ()

Static Public Member Functions

static makeTag (SgmlToken $tag)
static makeDomNode (DOMNode $node)

Static Private Member Functions

static getAttributes (SgmlOpenTag $tag)
static getDomAttributes (DOMNode $node)

Private Attributes

 $tags = null


Detailed Description

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


Constructor & Destructor Documentation

HtmlAssembler::__construct ( tags  ) 

Definition at line 20 of file HtmlAssembler.class.php.

References $tags, and Assert::isTrue().

Here is the call graph for this function:


Member Function Documentation

static HtmlAssembler::makeTag ( SgmlToken tag  )  [static]

Definition at line 27 of file HtmlAssembler.class.php.

References Assert::isNotNull().

Here is the call graph for this function:

static HtmlAssembler::makeDomNode ( DOMNode $  node  )  [static]

Definition at line 59 of file HtmlAssembler.class.php.

HtmlAssembler::getHtml (  ) 

Definition at line 101 of file HtmlAssembler.class.php.

static HtmlAssembler::getAttributes ( SgmlOpenTag tag  )  [static, private]

Definition at line 112 of file HtmlAssembler.class.php.

static HtmlAssembler::getDomAttributes ( DOMNode $  node  )  [static, private]

Definition at line 129 of file HtmlAssembler.class.php.


Member Data Documentation

HtmlAssembler::$tags = null [private]

Definition at line 18 of file HtmlAssembler.class.php.

Referenced by __construct().


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