Parser class abstract
- Implementers
Constructors
- Parser()
Properties
Methods
-
glossary(
String content) → Iterable< ({String? desc, String name})> -
langs(
String content) → Iterable< Article> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
page(
String content) → String -
pages(
Book book) → void - parse pages in book and put them all in it
-
readme(
String content) → ({String? desc, String title}) -
summary(
String content) → Iterable< Part> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited