File: wp-includes/html-api/class-wp-html-tag-processor.php
-
Wakeup magic method.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:5378 -
Gets DOCTYPE declaration info from a DOCTYPE token.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:5072 -
Returns the namespace of the matched token.
Used by 5 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3027 -
Returns the adjusted tag name for a given token, taking into account the current parsing context, whether HTML, SVG, or MathML.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3084 -
Returns the adjusted attribute name for a given attribute, taking into account the current parsing context, whether HTML, SVG, or MathML.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3237 -
Returns the text of a matched comment or null if not on a comment type node.
Used by 0 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3658 -
Subdivides a matched text node, splitting NULL byte sequences and decoded whitespace as distinct nodes prefixes.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3723 -
Sets the modifiable text for the matched token, if matched.
Used by 0 functions | Uses 6 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3965 -
Switches parsing mode into a new namespace, such as when encountering an SVG tag and entering foreign content.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:870 -
Indicates the kind of matched token, if any.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3550 -
Returns the node name represented by the token.
Used by 3 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3583 -
Indicates what kind of comment produced the comment node.
Used by 3 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3632 -
Returns the modifiable text for a matched token, or an empty string.
Used by 2 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3806 -
Whether the processor paused because the input HTML document ended in the middle of a syntax element, such as in the middle of a tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1172 -
Finds the next token in the HTML document.
Used by 3 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:947 -
Internal method which finds the next token in the HTML document.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:953 -
Skips contents of generic rawtext elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1391 -
Generator for a foreach loop to step through each class name for the matched tag.
Used by 2 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1200 -
Returns if a matched tag contains the given ASCII case-insensitive class name.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1259 -
Indicates if the currently matched tag contains the self-closing flag.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3484 -
Checks whether a bookmark with the given name exists.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2702 -
Checks whether a given tag and its attributes match the search criteria.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4376 -
Indicates if the current tag token is a tag closer.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3509 -
Updates or creates a new attribute on the currently matched tag with the passed value.
Used by 1 function | Uses 7 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4585 -
Remove an attribute from the currently-matched tag.
Used by 2 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4736 -
Adds a new class name to the currently matched tag.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4814 -
Removes a class name from the currently matched tag.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4856 -
Returns the string representation of the HTML Tag Processor.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4899 -
Returns the string representation of the HTML Tag Processor.
Used by 2 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4912 -
Parses tag query input into internal search criteria.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4319