MCPcopy
hub / github.com/inikulin/parse5 / onEof

Method onEof

packages/parse5/lib/tokenizer/index.ts:175–175  ·  view source on GitHub ↗
(token: EOFToken)

Source from the content-addressed store, hash-verified

173 onStartTag(token: TagToken): void;
174 onEndTag(token: TagToken): void;
175 onEof(token: EOFToken): void;
176 onCharacter(token: CharacterToken): void;
177 onNullCharacter(token: CharacterToken): void;
178 onWhitespaceCharacter(token: CharacterToken): void;

Callers 4

onEofMethod · 0.65
eofInTextFunction · 0.65
eofInTemplateFunction · 0.65
_emitEOFTokenMethod · 0.65

Implementers 5

SAXParserpackages/parse5-sax-parser/lib/index.t
ParserFeedbackSimulatorpackages/parse5-sax-parser/lib/parser-
Parserpackages/parse5/lib/parser/index.ts
LocationInfoHandlerpackages/parse5/lib/tokenizer/tokenize
TokenizeHandlertest/utils/generate-tokenization-tests

Calls

no outgoing calls

Tested by

no test coverage detected