Extracted from Pike v7.4 release 35 at 2003-12-09.
[Top]
predef::
Parser
Parser.XML
Parser.XML.Tree
Parser.XML.Tree.AbstractNode
`[]()
add_child()
clone()
count_children()
get_ancestors()
get_children()
get_descendants()
get_following()
get_following_siblings()
get_last_child()
get_parent()
get_preceding()
get_preceding_siblings()
get_root()
get_siblings()
iterate_children()
remove_child()
remove_node()
replace_child()
replace_children()
replace_node()
set_parent()
walk_inorder()
walk_postorder()
walk_preorder()
walk_preorder_2()
Parser.XML.Tree.AbstractNode()->remove_child()
Parser.XML.Tree.AbstractNode()->replace_child()
Method Parser.XML.Tree.AbstractNode()->remove_node()
Method
remove_node
void
remove_node
(
)
Description
Removes this node from its parent. The parent reference is set to null.