November 2001
Intermediate to advanced
936 pages
68h 43m
English
TreeWalker.lastChild( ) — return the last child that is not filtered out
DOM Level 2 Traversal
Node lastChild( );
The last child of the current node that is not filtered out, or
null if there is no such child.
This method sets currentNode to the last child of
the current node that is not filtered out and returns that child. If
there is no such child, it leaves currentNode
unchanged and returns null.