XHTML fragment class use to hold zero or more XHTML elements.
XHTML fragment class use to hold zero or more XHTML elements.
This class is useful to group XHTML elements into one entity. It is basically a list that can be inserted into a DOM tree.
render() ¶Render this fragment into a string.
This method renders all children and concenates those strings into one single value. Usually XHTML fragments are not rendered directly, but added to a DOM tree instead. When that happens, all child nodes of the fragment are added to the DOM tree, and the document fragment instance itself is no longer of any use. This means that this method is not invoked if document fragments are used in combination with a proper DOM document (e.g. as used by AnewtPage).
Rendered XML output or an empty string if the fragment was empty.
AnewtXMLDomDocumentFragment::$node_typeAnewtXMLDomDocumentFragment::$node_nameAnewtXMLDomNode::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()