Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Tokenizer.php

17 calls to Tokenizer::parseError()

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. See section 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. Expects the first tok to be inside of the comment.
Tokenizer::consumeData in vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
Consume a character and make a move. HTML5 8.2.4.1.
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. See section 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::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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal