This Node is the "base class" of all other Node types.
| Function | Description | Links |
|---|---|---|
| node_add_child() | Add a child to an ExpandoNode | |
| node_free() | Free an ExpandoNode and its private data | |
| node_get_child() | Get a child of an ExpandoNode | |
| node_last() | Find the last Node in a tree | |
| node_new() | Create a new empty ExpandoNode |