extendNode

org.specs2.xml.Nodex.extendNode
implicit class extendNode(n: Node)

This class adds more methods to the Node class

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def isSpaceNode: Boolean

Attributes

Returns

true if the Node represents some empty text (containing spaces or newlines)

def matchNode(other: Node, attributes: List[String], attributeValues: Map[String, String], exactMatch: Boolean, textTest: String => Boolean): Boolean