Parses a page into a list of nodes.
See also:
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
pattern
→ Pattern
-
The pattern that is used to match the page path.
It must match the entire path, not just the file suffix. Regexes are allowed.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
parsePage(Page page)
→ List<Node>
-
Parses the given
page into a list of nodes.
-
toString()
→ String
-
A string representation of this object.
inherited