Extracted from Pike v7.8 release 866 at 2016-11-06.
[Top]
Parser
Parser.XML
Parser.XML.Tree
Parser.XML.Tree.AbstractNode
Methods
add_child()
add_child_after()
add_child_before()
clone()
fix_tree()
get_ancestors()
get_following()
get_following_siblings()
get_parent()
get_preceding()
get_preceding_siblings()
get_root()
get_siblings()
low_clone()
remove_child()
remove_node()
replace_child()
replace_children()
replace_node()
set_parent()
tmp_add_child()
tmp_add_child_after()
tmp_add_child_before()
Parser.XML.Tree.AbstractNode()->replace_node()
Parser.XML.Tree.AbstractNode()->tmp_add_child()
Method Parser.XML.Tree.AbstractNode()->set_parent()
Method
set_parent
void
set_parent
(
AbstractNode
parent
)
Description
Sets the parent node to
parent
.