You are here

public function EventHandler::parseError in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php \Masterminds\HTML5\Parser\EventHandler::parseError()

Emitted when the parser encounters an error condition.

2 methods override EventHandler::parseError()
DOMTreeBuilder::parseError in vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php
Emitted when the parser encounters an error condition.
EventStack::parseError in vendor/masterminds/html5/test/HTML5/Parser/EventStack.php
Emitted when the parser encounters an error condition.

File

vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php, line 101

Class

EventHandler
Standard events for HTML5.

Namespace

Masterminds\HTML5\Parser

Code

public function parseError($msg, $line, $col);