mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-28 10:01:00 +03:00
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
/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]
|