OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ancestor
(Results
1 - 25
of
536
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libxml2/test/c14n/exc-without-comments/
test-0.xpath
2
(//. | //@* | //namespace::*)[
ancestor
-or-self::e6]
test-1.xpath
2
(//. | //@* | //namespace::*)[
ancestor
-or-self::e6]
test-2.xpath
4
ancestor
-or-self::ds:SignedInfo
merlin-c14n-two-17.xpath
6
ancestor
-or-self::bar:Something and
10
((count(
ancestor
-or-self::node()) mod 2) = 1)))
merlin-c14n-two-26.xpath
6
ancestor
-or-self::bar:Something and
10
((count(
ancestor
-or-self::node()) mod 2) = 1)))
/external/libxml2/test/c14n/without-comments/
test-3.xpath
2
(//. | //@* | //namespace::*)[
ancestor
-or-self::e6]
test-2.xpath
5
ancestor
-or-self::n1:elem2
example-7.xpath
8
count(id("E3")|
ancestor
-or-self::node()) = count(
ancestor
-or-self::node())
merlin-c14n-two-08.xpath
6
ancestor
-or-self::bar:Something and
10
((count(
ancestor
-or-self::node()) mod 2) = 1)))
/external/libxml2/test/c14n/1-1-without-comments/
example-7.xpath
8
count(id("E3")|
ancestor
-or-self::node()) = count(
ancestor
-or-self::node())
example-8.xpath
8
count(id("E3")|
ancestor
-or-self::node()) = count(
ancestor
-or-self::node())
xmlbase-prop-7.xpath
9
[
ancestor
-or-self::ietf:c14n11XmlBaseDoc1 and not(
ancestor
-or-self::ietf:e1 or
ancestor
-or-self::ietf:e2)]
xmlid-prop-2.xpath
9
[
ancestor
-or-self::ietf:e11 or
ancestor
-or-self::ietf:e12]
xmllang-prop-4.xpath
9
[
ancestor
-or-self::ietf:e11 or
ancestor
-or-self::ietf:e12]
xmlspace-prop-4.xpath
9
[
ancestor
-or-self::ietf:e11 or
ancestor
-or-self::ietf:e12]
xmlbase-c14n11spec-102.xpath
8
[self::ietf:e1 or (parent::ietf:e1 and not(self::text() or self::e2)) or count(id("E3")|
ancestor
-or-self::node()) = count(
ancestor
-or-self::node())]
xmlbase-c14n11spec2-102.xpath
8
[self::ietf:e1 or (parent::ietf:e1 and not(self::text() or self::e2)) or count(id("E3")|
ancestor
-or-self::node()) = count(
ancestor
-or-self::node())]
xmlbase-prop-1.xpath
10
[
ancestor
-or-self::ietf:c14n11XmlBaseDoc1 and not(
ancestor
-or-self::ietf:e2)]
xmlbase-c14n11spec3-102.xpath
8
[self::a or
ancestor
-or-self::d]
xmlbase-prop-2.xpath
9
[
ancestor
-or-self::ietf:e1]
xmlbase-prop-3.xpath
10
[
ancestor
-or-self::ietf:e11]
/external/libxml2/test/c14n/with-comments/
example-7.xpath
8
count(id("E3")|
ancestor
-or-self::node()) = count(
ancestor
-or-self::node())
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java
52
ElemTemplateElement
ancestor
= handler.getElemTemplateElement().getParentElem();
local
53
while (
ancestor
!= null && !(
ancestor
instanceof ElemExsltFunction))
55
if (
ancestor
instanceof ElemVariable
56
||
ancestor
instanceof ElemParam
57
||
ancestor
instanceof ElemExsltFuncResult)
62
ancestor
=
ancestor
.getParentElem();
64
if (
ancestor
== null)
/external/libxml2/test/XPath/tests/
simplebase
12
/child::EXAMPLE/attribute::prop1/
ancestor
-or-self::node()
13
/child::EXAMPLE/attribute::prop1/
ancestor
-or-self::*
15
/descendant::p/
ancestor
::chapter
chaptersbase
9
/descendant::p/
ancestor
::chapter
Completed in 99 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>