Method | Description | |
---|---|---|
distinct ( |
Selects nodes from the specified nodeset that have unique values selected with xpath.
|
|
distinct ( |
Selects nodes from the specified nodeset that have unique values selected with xpath.
|
|
either ( |
Returns nodeset1 if it is not empty, otherwise nodeset2.
|
public distinct ( |
||
nodeset | The |
|
xpath | string | The xpath to use to select the value that should be unique between nodes. |
return |
public distinct ( |
||
nodeset | The |
|
xpath | string | The xpath to use to select the value that should be unique between nodes. |
includeNullEntries | bool | If set to |
return |
public either ( |
||
nodeset1 | The primary selection. | |
nodeset2 | The secondary selection. | |
return |