Imported Upstream version 2.9.5_rc1
[platform/upstream/libxml2.git] / test / XPath / tests / simplebase
1 /child::*
2 /child::EXAMPLE
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 /child::EXAMPLE/attribute::prop1/self::node()
9 /child::EXAMPLE/attribute::prop1/self::*
10 /child::EXAMPLE/attribute::prop1/descendant-or-self::node()
11 /child::EXAMPLE/attribute::prop1/descendant-or-self::*
12 /child::EXAMPLE/attribute::prop1/ancestor-or-self::node()
13 /child::EXAMPLE/attribute::prop1/ancestor-or-self::*
14 /descendant::title
15 /descendant::p/ancestor::chapter
16 /child::EXAMPLE/attribute::prop2/preceding::text()