Allows to perform a pretty print operation using as reference (starting point) the node provided.
- Parameters:
-
| node | The node to be used as reference for the dump operation. |
| content | A reference to a user defined pointer where the content will be placed. Not optional parameter. |
| size | A reference to a user defined pointer where the content size will be placed. Optional parameter. |
| tabular | How many spaces to be placed at each level. |
- Returns:
- true if the dump operation was properly done, otherwise false is returned.