-
Notifications
You must be signed in to change notification settings - Fork 1
/
xpath_function.xml
35 lines (34 loc) · 921 Bytes
/
xpath_function.xml
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
<functions>
<!-- xpath -->
<function>
<name>xpath</name>
<type>executable_pool</type>
<command>xpath</command>
<format>tabseparated</format>
<argument>
<type>String</type>
<name>value</name>
</argument>
<argument>
<type>String</type>
<name>value</name>
</argument>
<return_type>String</return_type>
</function>
<!-- xpath to array -->
<function>
<name>xpath_to_array</name>
<type>executable_pool</type>
<command>xpath_to_array</command>
<format>tabseparated</format>
<argument>
<type>String</type>
<name>value</name>
</argument>
<argument>
<type>String</type>
<name>value</name>
</argument>
<return_type>Array(String)</return_type>
</function>
</functions>