File: wp-includes/html-api/class-wp-html-open-elements.php
-
Clear the stack back to a table context.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:781 -
Clear the stack back to a table body context.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:805 -
Clear the stack back to a table row context.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:831 -
Wakeup magic method.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:849 -
Reports if a node of a given name is in the stack of open elements.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:137 -
Indicates if the current node is of a given type or name.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:217 -
Sets a pop handler that will be called when an item is popped off the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:86 -
Sets a push handler that will be called when an item is pushed onto the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:100 -
Returns the name of the node at the nth position on the stack of open elements, or `null` if no such position exists.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:119 -
Updates internal flags after removing an element.
Used by 2 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:735 -
Steps through the stack of open elements, starting with the bottom element (added last) and walking upwards to the one added first.
Used by 9 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:648 -
Updates internal flags after adding an element.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:680 -
Returns whether a particular element is in select scope.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:478 -
Returns whether a P is in BUTTON scope.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:504 -
Pops a node off of the stack of open elements.
Used by 4 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:517 -
Pops nodes off of the stack of open elements until an HTML tag with the given name has been popped.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:537 -
Pushes a node onto the stack of open elements.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:569 -
Removes a specific node from the stack of open elements.
Used by 0 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:582 -
Steps through the stack of open elements, starting with the top element (added first) and walking downwards to the one added last.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:617 -
Returns whether a particular element is in button scope.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:399 -
Returns whether a particular element is in table scope.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:447 -
Returns the node at the end of the stack of open 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-open-elements.php:184 -
Returns whether an element is in a specific scope.
Used by 4 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:243 -
Returns whether a particular element is in scope.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:302 -
Returns whether a particular element is in list item scope.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:350 -
Core class used by the HTML processor during HTML parsing for managing the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:30 -
Reports if a specific node is in the stack of open elements.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:155 -
Returns how many nodes are currently in the stack of open elements.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:172