English | česky | Nederlands | Français | >> Español << | По-русски | Deutsch | 中文 | Italiano | Polski

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