mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
/child::EXAMPLE
|
|
/child::EXAMPLE/child::chapter
|
|
/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
|