Parser class abstract

Implementers

Constructors

Parser()

Properties

ext Iterable<String>
extension name of supported file
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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