| Name | Location | Description |
|---|---|---|
| book_node_visitor_html_post | book/book.module | Finishes up generation of printer-friendly HTML after visiting a node. This function is a 'post-node' visitor function for book_recurse(). |
| book_recurse | book/book.module | Traverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated... |
| Name | Location | Description |
|---|---|---|
| book_node_visitor_html_post | book/book.module | Finishes up generation of printer-friendly HTML after visiting a node. This function is a 'post-node' visitor function for book_recurse(). |