You are here

namespace Masterminds\HTML5\Parser in Zircon Profile 8

Same name in other branches
  1. 8.0 Masterminds\HTML5\Parser
Classsort descending Location Description
CharacterReference vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php Manage entity references.
DOMTreeBuilder vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php Create an HTML5 DOM tree from events.
EventHandler vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php Standard events for HTML5.
FileInputStream vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php The FileInputStream loads a file to be parsed.
InputStream vendor/masterminds/html5/src/HTML5/Parser/InputStream.php Interface for stream readers.
ParseError vendor/masterminds/html5/src/HTML5/Parser/ParseError.php Emit when the parser has an error.
Scanner vendor/masterminds/html5/src/HTML5/Parser/Scanner.php The scanner.
StringInputStream vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php
Tokenizer vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php The HTML5 tokenizer.
TreeBuildingRules vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php Handles special-case rules for the DOM tree builder.
UTF8Utils vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php UTF-8 Utilities