Public Member Functions | |
| __construct ($data) | |
| Construct a new AnewtXMLDomRaw node. | |
| render () | |
| Render this node to a string. | |
Public Attributes | |
| $node_type = ANEWT_XML_DOM_RAW_NODE | |
| The node type. | |
| $node_name = '#raw' | |
| The name of this node, depending on its type. | |
This is an Anewt-specific extension class that allows one to use strings containing XML snippets (that are assumed to be well-formed) as nodes in a DOM tree. Example usage: preformatted XHTML stuff, or snippets of XML generated by other code (e.g. by text-to-markup convertors).
Definition at line 1304 of file dom.lib.php.
| AnewtXMLDomRaw::__construct | ( | $ | data | ) |
Construct a new AnewtXMLDomRaw node.
Don't call this method directly, use Document::create_raw_node instead.
| $data | The data for this node |
Definition at line 1317 of file dom.lib.php.
| AnewtXMLDomRaw::render | ( | ) |
Render this node to a string.
Definition at line 1328 of file dom.lib.php.
| AnewtXMLDomRaw::$node_type = ANEWT_XML_DOM_RAW_NODE |
| AnewtXMLDomRaw::$node_name = '#raw' |
The name of this node, depending on its type.
Reimplemented from AnewtXMLDomNode.
Definition at line 1307 of file dom.lib.php.
1.5.9