namespace Masterminds\HTML5\Parser
Object name | File name | Summary |
---|---|---|
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 scans over a given data input to react appropriately to characters. |
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 |