xref: /aosp_15_r20/external/libxml2/test/XPath/tests/chaptersbase (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1/child::EXAMPLE
2/child::*
3/child::EXAMPLE/child::head
4/child::EXAMPLE/child::*
5/child::EXAMPLE/child::head/child::title
6/child::EXAMPLE/child::head/child::title/child::text()
7/child::EXAMPLE/child::head/node()
8/descendant::title
9/descendant::p/ancestor::chapter
10//p[1]
11//p[0 div 0]
12//p[100000000000000000000]
13//p[-100000000000000000000]
14//chapter[true()][position() mod 2 = 1][true()][2]
15//chapter[true()][2][true()]
16//node()[false()]
17(//node())[false()]
18