You are here

17 calls to Tokenizer::parseError() in Zircon Profile 8

Tokenizer::attribute in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Parse attributes from inside of a tag.
Tokenizer::attributeValue in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Consume an attribute value. 8.2.4.37 and after.
Tokenizer::cdataSection in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Handle a CDATA section.
Tokenizer::comment in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Read a comment.
Tokenizer::decodeCharacterReference in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Decode a character reference and return the string.
Tokenizer::doctype in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Parse a DOCTYPE.
Tokenizer::endTag in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Consume an end tag. 8.2.4.9
Tokenizer::isCommentEnd in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Check if the scanner has reached the end of a comment.
Tokenizer::isTagEnd in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Check if the scanner has reached the end of a tag.
Tokenizer::markupDeclaration in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Look for markup.
Tokenizer::processingInstruction in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Handle a processing instruction.
Tokenizer::quotedString in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Utility for reading a quoted string.
Tokenizer::rcdata in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Read text in RCDATA mode.
Tokenizer::readUntilSequence in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Read from the input stream until we get to the desired sequene or hit the end of the input stream.
Tokenizer::tagOpen in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Emit a tagStart event on encountering a tag.
Tokenizer::text in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
This buffers the current token as character data.
Tokenizer::unquotedAttributeValue in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php