Nodex

org.specs2.xml.Nodex$
See theNodex companion trait
object Nodex extends Nodex

Attributes

Companion:
trait
Graph
Supertypes
trait Nodex
class Object
trait Matchable
class Any
Self type
Nodex.type

Members list

Concise view

Type members

Inherited classlikes

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

Attributes

Returns:

an unprefixed attribute from pair

Inherited from:
Nodex
Graph
Supertypes
class Conversion[(Any, Any), UnprefixedAttribute]
trait ((Any, Any)) => UnprefixedAttribute
class Object
trait Matchable
class Any
object given_Monoid_NodeSeq extends Monoid[NodeSeq]

Attributes

Inherited from:
Nodex
Graph
Supertypes
trait Monoid[NodeSeq]
trait Semigroup[NodeSeq]
class Object
trait Matchable
class Any

Givens

Inherited givens

Attributes

Returns:

an unprefixed attribute from pair

Inherited from:
Nodex

Attributes

Inherited from:
Nodex

Extensions

Inherited extensions

extension (n: Node)
def isSpaceNode: Boolean

Attributes

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

Attributes

Inherited from:
Nodex
extension (ns: NodeSeq)
def ==/(n: NodeSeq): Boolean

Attributes

Inherited from:
Nodex
def filterNodes(condition: Node => Boolean, recurse: Node => Boolean): NodeSeq

Attributes

Inherited from:
Nodex
def isEqualIgnoringSpace(n: NodeSeq): Boolean

Attributes

Inherited from:
Nodex
def isEqualIgnoringSpaceOrdered(n: NodeSeq): Boolean

Attributes

Inherited from:
Nodex
extension (ns: Seq[NodeSeq])
def reduceNodes: NodeSeq

Attributes

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

Attributes

Inherited from:
Nodex