Type | Name and description |
---|---|
List |
children |
String |
file The location (including filename) of the node, relatively to the root of the gdoc source directory. |
int |
level The level of the node |
String |
name The identifier for this node. |
UserGuideNode |
parent |
String |
title The node title, as displayed in the generated user guide. |
Constructor and description |
---|
UserGuideNode() |
The location (including filename) of the node, relatively to the root of the gdoc source directory. Uses Unix style path separators, i.e. '/'/
The level of the node
The identifier for this node. It's basically the gdoc filename minus the
'.gdoc' suffix. Will be null
or empty for the root node.
The node title, as displayed in the generated user guide.