XPathFunctions

org.specs2.matcher.XPathFunctions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class PathFunction

Members list

Type members

Types

type XPathFunction = (Node, String) => NodeSeq

Value members

Concrete methods

def deepNodeSearch(node: Node, label: String): NodeSeq

Attributes

Returns

the \ XPath function

def firstNodeSearch(node: Node, label: String): NodeSeq

Attributes

Returns

the \ XPath function