ImageSyntax class
Matches images like ![alternate text](url "optional title")
and
![alternate text][label]
.
- Inheritance
-
- Object
- InlineSyntax
- TagSyntax
- LinkSyntax
- ImageSyntax
Constructors
- ImageSyntax({Resolver? linkResolver})
Properties
- endPattern → RegExp
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkResolver → Resolver
-
finalinherited
- pattern → RegExp
-
finalinherited
- requiresDelimiterRun → bool
-
Whether this is parsed according to the same nesting rules as emphasis
delimiters.
finalinherited
- 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
-
onMatch(
InlineParser parser, Match match) → bool -
Processes
match
, adding nodes toparser
and possibly advancingparser
.inherited -
onMatchEnd(
InlineParser parser, Match match, TagState state) → bool -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryMatch(
InlineParser parser, [int? startMatchPos]) → bool -
Tries to match at the parser's current position.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited