public function EventHandler::parseError in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\ParserCode
public function parseError($msg, $line, $col);