Nodex

object Nodex extends Nodex
Companion
class
trait Nodex
class Object
trait Matchable
class Any

Givens

Inherited givens

given given_Conversion_Any_Any_UnprefixedAttribute: Conversion[(Any, Any), UnprefixedAttribute]
Returns

an unprefixed attribute from pair

Inherited from
Nodex
given given_Monoid_NodeSeq: Monoid[NodeSeq]
Inherited from
Nodex

Extensions

Inherited extensions

extension (n: Node)
def isSpaceNode: Boolean
Returns

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

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

This class adds more methods to the Node class

This class adds more methods to the Node class

Inherited from
Nodex
extension (ns: Seq[NodeSeq])
def reduceNodes: NodeSeq
Inherited from
Nodex
extension (ns: NodeSeq)
def ==/(n: NodeSeq): Boolean
Inherited from
Nodex
def filterNodes(condition: Node => Boolean, recurse: Node => Boolean): NodeSeq
Inherited from
Nodex
def isEqualIgnoringSpace(n: NodeSeq): Boolean
Inherited from
Nodex
def isEqualIgnoringSpaceOrdered(n: NodeSeq): Boolean
Inherited from
Nodex
extension (ns: Seq[T])
def reduceNodesWith[T](f: T => NodeSeq): NodeSeq

reduce a sequence of T's with a function transforming T's to NodeSeq

reduce a sequence of T's with a function transforming T's to NodeSeq

Inherited from
Nodex