| Type | Name and description |
|---|---|
private java.util.List |
children |
private java.lang.String |
fileThe location (including filename) of the node, relatively to the root of the gdoc source directory. |
private java.lang.String |
nameThe identifier for this node. |
private UserGuideNode |
parent |
private java.lang.String |
titleThe node title, as displayed in the generated user guide. |
| Constructor and description |
|---|
UserGuideNode
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The location (including filename) of the node, relatively to the root of the gdoc source directory. Uses Unix style path separators, i.e. '/'/
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.