
- XPath Tutorial
- XPath - Home
- XPath - Overview
- XPath - Expression
- XPath - Nodes
- XPath - Absolute Path
- XPath - Relative Path
- XPath - Axes
- XPath - Operators
- XPath - Wildcard
- XPath - Predicate
- XPath Useful Resources
- XPath - Quick Guide
- XPath - Useful Resources
- XPath - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
XPath - Operators
In this chapter, we'll see XPath operators and functions in details covering commonly used XPath defines and handles. XPath defines Operators and functions on Nodes, String, Number and Boolean types.
Following is the list we are going to discuss about.
S.No. | Operators/Functions & Description |
---|---|
1 | Comparision Operators Comparision operators to compare values. |
2 | Boolean Operators Boolean operators to check 'and', 'or' & 'not' functionalities. |
3 | Number Functions/Operators Operators/Functions on numbers. |
4 | String Functions Various string functions. |
5 | Node Functions/Operators Various functions and operators acting on nodes. |
Advertisements