   #PHP Manual DOM XML functions DomNode->is_blank_node
   DomNode->next_sibling

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                              DomNode->last_child

   (no version information, might be only in CVS)
   DomNode->last_child --  Returns last child of node

Description

   object DomNode->last_child ( void )

   Returns the last child of the node.

   (PHP >= 4.3 only) If no last child is found, NULL is returned.

   See also domnode_first_child(), domnode_next_sibling(),
   domnode_previous_sibling().
   ______________________________________________________________________

   Prev                   Home                  Next
   DomNode->is_blank_node  Up  DomNode->next_sibling
