Lines Matching full:blockquote
1 [ok].//blockquote/*
2 [ok].//blockquote/child::*
3 [ok].//blockquote/parent::*
4 [ok].//blockquote/descendant::*
5 [ok].//blockquote/descendant-or-self::*
6 [ok].//blockquote/ancestor::*
7 [ok].//blockquote/ancestor-or-self::*
8 [ok].//blockquote/following-sibling::*
9 [ok].//blockquote/preceding-sibling::*
10 [ok].//blockquote/following::*
11 [ok].//blockquote/preceding::*
12 [ok].//blockquote/self::*
13 [ok].//blockquote/attribute::id/parent::*
14 [ok].//blockquote/@id/parent::*
15 [ok].//*[blockquote]
16 [ok].//*[child::blockquote]
17 [ok].//*[parent::blockquote]
18 [ok].//*[descendant::blockquote]
19 [ok].//*[descendant-or-self::blockquote]
20 [ok].//*[ancestor::blockquote]
21 [ok].//*[ancestor-or-self::blockquote]
22 [ok].//*[following-sibling::blockquote]
23 [ok].//*[preceding-sibling::blockquote]
24 [ok].//*[following::blockquote]
25 [ok].//*[preceding::blockquote]
26 [ok].//*[self::blockquote]
29 [ok].//blockquote/text()
30 [ng].//blockquote/comment()
31 [ng].//blockquote/processing-instruction()
32 [ng].//blockquote/processing-instruction("pi")
33 [ng].//blockquote/node()
34 [ok].//blockquote/p
35 [ok].//blockquote/*
38 [ok].//*[preceding::blockquote or following::blockquote]
39 [ok].//blockquote/ancestor::* | .//blockquote/descendant::*
45 [ok].//blockquote/child::*[last()]
46 [ok].//blockquote/descendant::*[position() < 4]
50 [ok].//blockquote/child::*[2]
51 [ok].//blockquote/descendant::*[4]
52 [ok].//blockquote/descendant-or-self::*[4]
53 [ok].//blockquote/ancestor::*[2]
54 [ok].//blockquote/ancestor-or-self::*[2]
55 [ok].//blockquote/following-sibling::*[1]
56 [ok].//blockquote/preceding-sibling::*[1]
57 [ok].//blockquote/following::*[4]
58 [ok].//blockquote/preceding::*[4]
83 [ok].//*[blockquote]