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()->get_ancestors()
Parser.XML.Tree.AbstractNode()->get_following_siblings()
Method Parser.XML.Tree.AbstractNode()->get_following()
Method
get_following
array
(
AbstractNode
)
get_following
(
)
Description
Returns all the nodes that follows after the current one.