mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
/child::*
|
|
/child::EXAMPLE
|
|
/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
|