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

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