This class is used for building and rendering an XML tag.
This class is the base class for the HTMLTagClass.
This is part of the phphtmllib libraries released under the LGPL license.
Located in /XMLTagClass.inc (line 35)
Container | --XMLTagClass
Class | Description |
---|---|
XMLtag | xml tag class |
WMLTagClass | Base class for all WML Tag classes. |
SVGTagClass | This overrides the WMLTagClass to define some methods that set some commonly used SVG tag attributes. |
HTMLTagClass | Base class for all HTML Tag classes. |
The constructor
This returns the tag declared for this class.
This should be used in favor of accessing the $this->_tag directly.
This method allows you to get the value for a tag attribute.
This method gets the name of the tag
This function is responsible for rendering the tag and its contents
clear all attributes and start with new attributes
This method turns on the automatic wrapping of the tag's content inside the CDATA wrapper for XML
This function turns on the collapse flag
set the newline_after_content flag
set the newline_after_opentag flag
add a single attribute (name="value")
add multiple attributes (name="value")
This method sets the name of the tag
This method is used to set the bitmask flags for this tag. It tells the class how to render the tag.
Inherited From Container
Container::Container()
Container::add()
Container::add_reference()
Container::count_content()
Container::get_element()
Container::get_indent_flag()
Container::push()
Container::push_reference()
Container::render()
Container::reset_content()
Container::set_collapse()
Container::set_indent_flag()
Documentation generated on Fri, 28 Jan 2011 08:53:28 -0500 by phpDocumentor 1.4.3