//*
(arbre)
|
/AAA
(arbre)
|
/AAA
(arbre)
|
//BBB
(arbre)
|
//@id
(arbre)
|
/AAA/CCC
(arbre)
|
/AAA/BBB
(arbre)
|
//DDD/BBB
(arbre)
|
//BBB[@*]
(arbre)
|
/*/*/*/BBB
(arbre)
|
//BBB[@id]
(arbre)
|
/child::AAA
(arbre)
|
/AAA/BBB[1]
(arbre)
|
/AAA/DDD/BBB
(arbre)
|
//BBB[@name]
(arbre)
|
//CCC | //BBB
(arbre)
|
//GGG/self::*
(arbre)
|
/descendant::*
(arbre)
|
/AAA/CCC/DDD/*
(arbre)
|
//BBB[not(@*)]
(arbre)
|
/child::AAA/BBB
(arbre)
|
//DDD/parent::*
(arbre)
|
//BBB[@id='b1']
(arbre)
|
//*[count(*)=2]
(arbre)
|
//*[count(*)=3]
(arbre)
|
/AAA/EEE | //BBB
(arbre)
|
/AAA/BBB[last()]
(arbre)
|
//FFF/ancestor::*
(arbre)
|
//GGG/ancestor::*
(arbre)
|
//*[count(BBB)=2]
(arbre)
|
//*[name()='BBB']
(arbre)
|
//ZZZ/following::*
(arbre)
|
//GGG/preceding::*
(arbre)
|
//GGG/following::*
(arbre)
|
//GGG/preceding::*
(arbre)
|
//BBB[@name='bbb']
(arbre)
|
//CCC/descendant::*
(arbre)
|
//GGG/descendant::*
(arbre)
|
//CCC/descendant::DDD
(arbre)
|
/AAA/XXX/following::*
(arbre)
|
/AAA/XXX/preceding::*
(arbre)
|
/child::AAA/child::BBB
(arbre)
|
/AAA/BBB/descendant::*
(arbre)
|
//GGG/ancestor-or-self::*
(arbre)
|
//*[contains(name(),'C')]
(arbre)
|
//CCC/following-sibling::*
(arbre)
|
//CCC/preceding-sibling::*
(arbre)
|
//CCC/descendant-or-self::*
(arbre)
|
//BBB[position() mod 2 = 0 ]
(arbre)
|
//*[starts-with(name(),'B')]
(arbre)
|
/AAA/BBB/following-sibling::*
(arbre)
|
/AAA/XXX/preceding-sibling::*
(arbre)
|
/AAA/XXX/descendant-or-self::*
(arbre)
|
//*[string-length(name()) = 3]
(arbre)
|
//*[string-length(name()) < 3]
(arbre)
|
//*[string-length(name()) > 3]
(arbre)
|
/AAA/BBB/DDD/CCC/EEE/ancestor::*
(arbre)
|
/AAA/EEE | //DDD/CCC | /AAA | //BBB
(arbre)
|
//BBB[normalize-space(@name)='bbb']
(arbre)
|
/AAA/XXX/DDD/EEE/ancestor-or-self::*
(arbre)
|
//BBB[ position() = floor(last() div 2 + 0.5) or position() = ceiling(last() div 2 + 0.5) ]
(arbre)
|
//CCC[ position() = floor(last() div 2 + 0.5) or position() = ceiling(last() div 2 + 0.5) ]
(arbre)
|
//GGG/ancestor::* | //GGG/descendant::* | //GGG/following::* | //GGG/preceding::* | //GGG/self::*
(arbre)
|