A parser for constructing MetaInfo given Document
in HTML.
- Implementers
- Annotations
-
- @doNotStore
Constructors
- MetaPropertyParser()
-
Create new
MetaInfoParser
for resolving property name with propertyNamePrefix.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- propertyNamePrefix → String
-
Prefix of property's name which identify which rich information
provider is used.
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
-
parse(
Element htmlHead) → MetaInfo -
Resolve rich information metadata from given
htmlHead
which is<head>
Element
in HTML. -
resolveMetaTags(
MetaInfoAssigner assigner, Iterable< PropertyPair> propertyPair) → void -
Actual implementation of assigning MetaInfo given all
<meta>
Element
with corresponded propertyNamePrefix. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited