Public Member Functions | |
| __construct ($data) | |
| Create a new AnewtXMLDomText instance. | |
| render () | |
| Render this node to a string. | |
Public Attributes | |
| $node_type = ANEWT_XML_DOM_TEXT_NODE | |
| The node type. | |
| $node_name = '#text' | |
| The name of this node, depending on its type. | |
| $node_value | |
| The value of this node. | |
Definition at line 1222 of file dom.lib.php.
| AnewtXMLDomText::__construct | ( | $ | data | ) |
Create a new AnewtXMLDomText instance.
| $data | The textual data for this node. |
Definition at line 1238 of file dom.lib.php.
| AnewtXMLDomText::render | ( | ) |
Render this node to a string.
Definition at line 1249 of file dom.lib.php.
| AnewtXMLDomText::$node_type = ANEWT_XML_DOM_TEXT_NODE |
| AnewtXMLDomText::$node_name = '#text' |
The name of this node, depending on its type.
Reimplemented from AnewtXMLDomNode.
Definition at line 1225 of file dom.lib.php.
1.5.9