XPath – Predicate

  • Post author:
  • Post category:XPath
  • Post comments:0 Comments

Predicate refers to the XPath expression written in square brackets. It refers to restrict the selected nodes in a node set for some condition. For example, S.No.Predicate & Description1/class/student[1]Select first…

Continue ReadingXPath – Predicate

XPath – Operators

  • Post author:
  • Post category:XPath
  • Post comments:0 Comments

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…

Continue ReadingXPath – Operators