Raw text DOM node.
Raw text DOM node.
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).
__construct($data) ¶Construct a new AnewtXMLDomRaw node.
Don't call this method directly, use Document::create_raw_node instead.
$dataThe data for this node
$node_name ¶The name of this node, depending on its type.
AnewtXMLDomNode::has_child_nodes()AnewtXMLDomNode::$allowed_attributesAnewtXMLDomNode::$parent_nodeAnewtXMLDomNode::insert_before()AnewtXMLDomNode::$child_nodesAnewtXMLDomNode::$allowed_elementsAnewtXMLDomNode::$must_be_emptyAnewtXMLDomNode::remove_child()AnewtXMLDomNode::$owner_documentAnewtXMLDomNode::append_children()AnewtXMLDomNode::replace_child()AnewtXMLDomNode::append_child()AnewtXMLDomNode::is_same_node()AnewtXMLDomNode::$allows_textAnewtXMLDomNode::$_attributesAnewtXMLDomNode::__construct()AnewtXMLDomNode::create_for_value()