Public Member Functions | |
| __construct ($data) | |
| Create a new AnewtXMLDomComment instance. | |
| render () | |
| Render comment into HTML. | |
Public Attributes | |
| $node_type = ANEWT_XML_DOM_COMMENT_NODE | |
| The node type. | |
| $node_name = '#comment' | |
| The name of this node, depending on its type. | |
Definition at line 1260 of file dom.lib.php.
| AnewtXMLDomComment::__construct | ( | $ | data | ) |
Create a new AnewtXMLDomComment instance.
| $data | The text for this comment. |
Definition at line 1271 of file dom.lib.php.
| AnewtXMLDomComment::render | ( | ) |
Render comment into HTML.
This escapes invalid content so that the result is always a valid XHTML snippet.
Definition at line 1283 of file dom.lib.php.
| AnewtXMLDomComment::$node_type = ANEWT_XML_DOM_COMMENT_NODE |
| AnewtXMLDomComment::$node_name = '#comment' |
The name of this node, depending on its type.
Reimplemented from AnewtXMLDomNode.
Definition at line 1263 of file dom.lib.php.
1.5.9