/
niceSOFT
/
libxml2
Обзор
Документация
Войти
/
niceSOFT
/
libxml2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/XPath/tests/chaptersbase
17 строк
455 B
Nick Wellnhofer
Improve XPath predicate and filter evaluation
22 апр 2019, 15:48
22 апр 2019, 15:48
c2f4da1
Код
Авторство
О чём код?
/child::EXAMPLE /child::* /child::EXAMPLE/child::head /child::EXAMPLE/child::* /child::EXAMPLE/child::head/child::title /child::EXAMPLE/child::head/child::title/child::text() /child::EXAMPLE/child::head/node() /descendant::title /descendant::p/ancestor::chapter //p[1] //p[0 div 0] //p[100000000000000000000] //p[-100000000000000000000] //chapter[true()][position() mod 2 = 1][true()][2] //chapter[true()][2][true()] //node()[false()] (//node())[false()]