php-src/ext/tidy
Niels Dossche ad452086d9
Add tidyNode::getNextSibling() and tidyNode::getPreviousSibling()
These get the next and previous sibling nodes, respectively.
We can already kind of do this by using the $child array, but that's
inconvenient when actually walking the tree by only using node
instances. Since the class is final, there is no BC break here.

Closes GH-15047.
2024-07-25 13:55:20 +02:00
..
tests Add tidyNode::getNextSibling() and tidyNode::getPreviousSibling() 2024-07-25 13:55:20 +02:00
config.m4 Autotools: Quote M4 arguments (#15045) 2024-07-21 01:52:17 +02:00
config.w32 Merge branch 'PHP-7.2' into PHP-7.3 2018-12-09 19:15:11 +01:00
CREDITS
php_tidy.def Fix libtidy exports when ext/tidy compiled static 2018-12-09 18:59:05 +01:00
php_tidy.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
tidy.c Add tidyNode::getNextSibling() and tidyNode::getPreviousSibling() 2024-07-25 13:55:20 +02:00
tidy.stub.php Add tidyNode::getNextSibling() and tidyNode::getPreviousSibling() 2024-07-25 13:55:20 +02:00
tidy_arginfo.h Add tidyNode::getNextSibling() and tidyNode::getPreviousSibling() 2024-07-25 13:55:20 +02:00