File: wp-includes/html-api/class-wp-html-active-formatting-elements.php
-
Clears the list of active formatting elements up to the last marker.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:221 -
Inserts a “marker” at the end of the list of active formatting elements.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:101 -
Pushes a node onto the stack of active formatting elements.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:114 -
Removes a node from the stack of active formatting elements.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:138 -
Steps through the stack of active formatting elements, starting with the top element (added first) and walking downwards to the one added last.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:171 -
Steps through the stack of active formatting elements, starting with the bottom element (added last) and walking upwards to the one added first.
Used by 3 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:198 -
Core class used by the HTML processor during HTML parsing for managing the stack of active formatting elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:36 -
Reports if a specific node is in the stack of active formatting elements.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:54 -
Returns how many nodes are currently in the stack of active formatting elements.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:71 -
Returns the node at the end of the stack of active formatting elements, if one exists. If the stack is empty, returns null.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:83