View HTML
Package:
Summary:
Generate HTML documents programmatically
Groups:
Author:
Description:
This class can be used to generate HTML documents programmatically.
It can add tags to a document using fluent interface calls that return the class object, so the calls can be nested.
The class provides functions to add most types of HTML tags.
The class returns the composed document as a string. The generated HTML can be made XHTML compliant.
It can add tags to a document using fluent interface calls that return the class object, so the calls can be nested.
The class provides functions to add most types of HTML tags.
The class returns the composed document as a string. The generated HTML can be made XHTML compliant.
Comments are closed.