File: wp-includes/html-api/class-wp-html-processor.php
-
Returns whether an element of a given name is in the HTML special category.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:6490 -
Returns whether a given element is an HTML Void Element
Used by 4 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:6611 -
Sets a bookmark in the HTML document.
Used by 0 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-processor.php:5792 -
Closes a P element.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:5760 -
Closes elements that have implied end tags.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:5775 -
Closes elements that have implied end tags, thoroughly.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:5811 -
Reconstructs the active formatting elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:5875 -
Runs the adoption agency algorithm.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:6107 -
Moves the internal cursor in the HTML Processor to a given bookmark’s location.
Used by 0 functions | Uses 4 functions | Source: wp-includes/html-api/class-wp-html-processor.php:5576 -
Finds the next tag matching the $query.
Used by 0 functions | Uses 8 functions | Source: wp-includes/html-api/class-wp-html-processor.php:685 -
Indicates if the currently-matched tag matches the given breadcrumbs.
-
Steps through the HTML document and stop at the next tag, if any.
Used by 0 functions | Uses 7 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1004 -
Computes the HTML breadcrumbs for the currently-matched node, if matched.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1192 -
Parses next element in the ‘in body’ insertion mode.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:2189 -
Creates a new bookmark for the currently-matched tag and returns the generated name.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:790 -
Returns the uppercase name of the matched tag.
Used by 2 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-processor.php:5223 -
Removes a bookmark that is no longer needed.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-processor.php:5555 -
Constructor.
Used by 0 functions | Uses 5 functions | Source: wp-includes/html-api/class-wp-html-processor.php:383 -
Returns the last error, if any.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:642 -
classWP_HTML_Processor
Core class used to safely parse and modify an HTML document.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-processor.php:144 -
Creates an HTML processor in the fragment parsing mode.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-processor.php:297