Methods
Classes and Modules
- CLASS ERBook::Document::Node
Attributes
[R] | format | Data from the format specification file. |
[R] | roots | All root nodes in the document. |
[R] | nodes | All nodes in the document. |
[R] | nodes_by_type | All nodes in the document arranged by node type. |
Class Public methods
Parameters
- format_name
- Either the short-hand name of a built-in format or the path to a format specification file.
- input_text
- The body of the input document.
- input_file
- Name of the file from which the input document originated.
Options
- :unindent
- If true, all node content is unindented hierarchically.
Instance Public methods