extendNode

implicit class extendNode(n: Node)

This class adds more methods to the Node class

class Object
trait Matchable
class Any

Value members

Concrete methods

def isSpaceNode: Boolean
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