Xpath Operator
|
Ein XPath Ausdruck bringt entweder Nullpunkt-einstellte, eine Zeichenkette, ein Boolesches oder eine Zahl zur�ck.
|
XPath Operators
|
Eine Liste der Operatoren unten gegeben: -
|
Operator |
Description |
Example |
Return value |
| |
Computes two node-sets |
//book | //cd |
Returns a node-set with all book and cd elements |
+ |
Addition |
6 + 4 |
10 |
- |
Subtraction |
6 - 4 |
2 |
* |
Multiplication |
6 * 4 |
24 |
div |
Division |
8 div 4 |
2 |
= |
Equal |
price=9.80 |
true if price is 9.80
false if price is 9.90 |
!= |
Not equal |
price!=9.80 |
true if price is 9.90
false if price is 9.80 |
< |
Less than |
price<9.80 |
true if price is 9.00
false if price is 9.80 |
<= |
Less than or equal to |
price<=9.80 |
true if price is 9.00
false if price is 9.90 |
> |
Greater than |
price>9.80 |
true if price is 9.90
false if price is 9.80 |
>= |
Greater than or equal to |
price>=9.80 |
true if price is 9.90
false if price is 9.70 |
or |
or |
price=9.80 or price=9.70 |
true if price is 9.80
false if price is 9.50 |
and |
and |
price>9.00 and price<9.90 |
true if price is 9.80
false if price is 8.50 |
mod |
Modulus (division remainder) |
5 mod 2 |
1 |
|
|
Keywords: XPath Operators,
xpath value of,
xslt operators,
xsl operators,
xsl operator,
xslt operator,
xpath operator,
perl operators,
xpath tutorial,
javascript operators,
java operators,
c# operators,
xsl xpath,
xpath perl,
xpath reference,
javascript xpath,
xpath xml,
sql operators,
xpath syntax,
xpath xslt,
xpath examples,
c operators
php operators,
c++ operators,
xpath html,
xpath functions,
xpath cdata,
xpath w3schools,
xpath attribute,
xpath name,
xpath attributes,
xpath example,
xpath text,
java xpath
xpath sort,
xpath tutorials,
xpath c#,
xpath namespace,
xpath xmlns,
boolean operators,
xpath document,
xpath position,
xpath variable,
xpath w3c,
xpath count,
xpath boolean,
xpath sql,
xpath if,
xpath php,
xpath c++,
xpath xalan,
xpath parser,
xpath expression,
xpath function,
xpath value
|