Phase class
Base class for helper object that implements each phase of processing.
- Implementers
- AfterAfterBodyPhase
- AfterAfterFramesetPhase
- AfterBodyPhase
- AfterFramesetPhase
- AfterHeadPhase
- BeforeHeadPhase
- BeforeHtmlPhase
- InBodyPhase
- InCaptionPhase
- InCellPhase
- InColumnGroupPhase
- InForeignContentPhase
- InFramesetPhase
- InHeadPhase
- InitialPhase
- InRowPhase
- InSelectInTablePhase
- InSelectPhase
- InTableBodyPhase
- InTablePhase
- InTableTextPhase
- TextPhase
Constructors
- Phase(HtmlParser parser)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parser → HtmlParser
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tree → TreeBuilder
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
popOpenElementsUntil(
EndTagToken token) → void - Helper method for popping openElements.
-
processCharacters(
CharactersToken token) → Token? -
processComment(
CommentToken token) → Token? -
processDoctype(
DoctypeToken token) → Token? -
processEndTag(
EndTagToken token) → Token? -
processEOF(
) → bool -
processSpaceCharacters(
SpaceCharactersToken token) → Token? -
processStartTag(
StartTagToken token) → Token? -
startTagHtml(
StartTagToken token) → Token? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited