C H A P T E R 3 HP e-Commerce/XML Server Accelerator SA7150 User Guide
24
Boolean Operators
Boolean operators are logical operators between expressions. These
operators are used in the PathExpression and the FilterExpression, as
shown below.
•
PathExpression BooleanOperator PathExpression
•
FilterExpression BooleanOperator FilterExpression
Function Calls
NOTE: FunctionCalls
can only be specified
within FilterExpressions.
Function calls allow you to specify partial patterns within
FilterExpressions. FunctionCall expressions are evaluated by using
the FunctionName to identify a supported function, evaluating each
of the arguments if needed, and calling the function passing the
Operator
Name
Description
and
Logical AND operator
Performs a logical AND operation
or
Logical OR operator
Performs a logical OR operation
Boolean Operators
Sample Pattern
Description
//restaurant[@genre and
Food_Rating]
Matches if there is a restaurant element, a genre attribute, and a
Food_Rating child element. genre and Food_Rating are associated
with the restaurant element.
//restaurant[@genre or
Food_Rating]
Matches if there is a restaurant element, a genre attribute, or a
Food_Rating child element. genre and Food_Rating are associated
with the restaurant element.
//restaurant or //theater
Matches if there is a restaurant element or a theater element
anywhere in the XML data tree.
Boolean Operator Examples
Summary of Contents for P4518A - Traffic Management Server Sa7150
Page 1: ...hp e commerce xml server accelerator sa7150 user guide ...
Page 10: ...C O N T E N T S HP e Commerce XML Server Accelerator SA7150 User Guide x Notes ...
Page 16: ...C H A P T E R 1 HP e Commerce XML Server Accelerator SA7150 User Guide 6 Notes ...
Page 24: ...C H A P T E R 2 HP e Commerce XML Server Accelerator SA7150 User Guide 14 Notes ...
Page 62: ...C H A P T E R 3 HP e Commerce XML Server Accelerator SA7150 User Guide 52 Notes ...
Page 80: ...C H A P T E R 4 HP e Commerce XML Server Accelerator SA7150 User Guide 70 Notes ...
Page 140: ...C H A P T E R 6 HP e Commerce XML Server Accelerator SA7150 User Guide 130 Notes ...
Page 158: ...C H A P T E R 8 HP e Commerce XML Server Accelerator SA7150 User Guide 148 Notes ...
Page 170: ...A P P E N D I X B HP e Commerce XML Server Accelerator SA7150 User Guide 160 Notes ...
Page 174: ...A P P E N D I X C HP e Commerce XML Server Accelerator SA7150 User Guide 164 Notes ...
Page 175: ...Regulatory Information Taiwan Class A EMI Statement ...
Page 184: ...A P P E N D I X D HP e Commerce XML Server Accelerator SA7150 User Guide 174 Notes ...
Page 212: ...I N D E X HP e Commerce XML Server Accelerator SA7150 User Guide 202 Notes ...