Generator class
Generate raw html text for a given book item object.
Properties
- book → Book
-
final
- directoryIndex → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- modifier → GlossaryModifier
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generatePage(
ThemeManager theme, BookPage page) → String -
Generate raw html text for one book
page. -
lingualPage(
ThemeManager theme, BookContext context) → String - Generate raw html text for the lingual page.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited