File: wp-includes/html-api/class-wp-html-tag-processor.php
-
Move the internal cursor in the Tag Processor to a given bookmark’s location.
Used by 1 function | Uses 4 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2609 -
Compare two WP_HTML_Text_Replacement objects.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2655 -
Return the enqueued value for a given attribute, if one exists.
Used by 2 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2687 -
Returns the value of a requested attribute from a matched tag opener if that attribute exists.
Used by 2 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2758 -
Gets lowercase names of all attributes matching a given prefix in the current tag.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2838 -
Converts class name updates into tag attributes updates (they are accumulated in different data formats for performance).
Used by 3 functions | Uses 4 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2334 -
Applies attribute updates to HTML document.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2497 -
Skips contents of script tags.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1498 -
Parses the next tag.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1707 -
Parses the next attribute.
Used by 3 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2128 -
Move the internal cursor past any immediate successive whitespace.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2263 -
Applies attribute updates and cleans up once a tag is fully parsed.
Used by 2 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2272 -
Finds the next tag matching the $query.
Used by 0 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:885 -
Sets a bookmark in the HTML document.
Used by 2 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1338 -
Removes a bookmark that is no longer needed.
Used by 3 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1371 -
Skips contents of RCDATA elements, namely title and textarea tags.
Used by 2 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1410 -
Core class used to modify attributes in an HTML document for tags matching a query.
Used by 3 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:411 -
Constructor.
Used by 6 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:836