Nodex

object Nodex extends Nodex
Companion:
class
trait Nodex
class Object
trait Matchable
class Any
Nodex.type

Type members

Inherited classlikes

object given_Conversion_Any_Any_UnprefixedAttribute extends Conversion[(Any, Any), UnprefixedAttribute]
Returns:

an unprefixed attribute from pair

Inherited from:
Nodex
object given_Monoid_NodeSeq extends Monoid[NodeSeq]
Inherited from:
Nodex

Givens

Inherited givens

Returns:

an unprefixed attribute from pair

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: 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[NodeSeq])
def reduceNodes: NodeSeq
Inherited from:
Nodex
extension [T](ns: Seq[T])
def reduceNodesWith(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