forked from fengbird/JavaWebCoreNote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource13.xml
More file actions
49 lines (49 loc) · 1.95 KB
/
source13.xml
File metadata and controls
49 lines (49 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<XPathTutorial creator="[email protected]">
<key>parent::</key>
<key>axes</key>
<description lang="ita">L'asse parent contiene (se esiste) il genitore del nodo contestuale.</description>
<description lang="eng">The parent axis contains the parent of the context node, if there is one.</description>
<description lang="ger">Die "parent" Achse enthält den Elternknoten des Kontextknotens, falls ein solches existiert.</description>
<description lang="cze">
Osa rodičů (parent axis) obsahuje rodiče uzlu, který je v kontextu - pokud ovšem existují.
</description>
<description lang="fre">
L'axe "parent" contient le parent du noeud contextuel s'il en a un
</description>
<description lang="dut">De parent spil bevat de ouder van de context geleding, als er al een is</description>
<description lang="spa">El eje 'parent' contiene el padre del nodo del contexto,
si éste existe.</description>
<description lang="rus">Ось parent содержит родителя контекстного узла, если он существует.</description>
<description lang="chi">parent轴(axis)包含上下文节点的父节点, 如果有父节点的话</description>
<source>
<AAA>
<BBB>
<DDD>
<CCC>
<DDD/>
<EEE/>
</CCC>
</DDD>
</BBB>
<CCC>
<DDD>
<EEE>
<DDD>
<FFF/>
</DDD>
</EEE>
</DDD>
</CCC>
</AAA>
</source>
<example path="//DDD/parent::*">
<p lang="ita">Selezione di tutti i nodi genitore dell'elemento DDD</p>
<p lang="eng">Select all parents of DDD element</p>
<p lang="ger">Wähle alle Eltern von DDD Elementen aus</p>
<p lang="cze">Vyber všechny rodiče elementů DDD</p>
<p lang="dut">Selecteert alle ouders van het DDD element</p>
<p lang="spa">Selecciona el padres de cada elemento DDD</p>
<p lang="rus">Выбираются все родители элемента DDD </p>
<p lang="chi">选择DDD元素的所有父节点</p>
</example>
</XPathTutorial>