Wrapper class. Use this class to access the XPath functions.
| Constants | |
|---|---|
| EMPTY_ |
|
| Public Methods | |
|---|---|
| each | Itterates over nodes that match the given path, calling the supplied block with the match. |
| first | Finds and returns the first node that matches the supplied xpath. |
| match | Returns an array of nodes matching a given XPath. |
<code/>and<pre/>for code samples.