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

Type members

Inherited classlikes

implicit class NodeOps(n: => Node)

Attributes

Inherited from:
Nodex
Supertypes
class Object
trait Matchable
class Any
implicit class NodeSeqOps(ns: => NodeSeq)

this implicit definition adds an 'unless' method to a NodeSeq so that it is only evaluated if a condition is true. Otherwise NodeSeq.Empty is returned

this implicit definition adds an 'unless' method to a NodeSeq so that it is only evaluated if a condition is true. Otherwise NodeSeq.Empty is returned

Attributes

Inherited from:
Nodex
Supertypes
class Object
trait Matchable
class Any
implicit class anyReducable[T](ns: Seq[T])

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
Supertypes
class Object
trait Matchable
class Any
implicit class extendNode(n: Node)

This class adds more methods to the Node class

This class adds more methods to the Node class

Attributes

Inherited from:
Nodex
Supertypes
class Object
trait Matchable
class Any
implicit class extendNodeSeq(ns: NodeSeq)

This class adds more methods to the NodeSeq class

This class adds more methods to the NodeSeq class

Attributes

Inherited from:
Nodex
Supertypes
class Object
trait Matchable
class Any
implicit class reducable(ns: Seq[Node])

Attributes

Inherited from:
Nodex
Supertypes
class Object
trait Matchable
class Any
implicit class reducableSeq(ns: Seq[NodeSeq])

Attributes

Inherited from:
Nodex
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def NodeOps(n: => Node): NodeOps

Attributes

Inherited from:
Nodex
final implicit def NodeSeqOps(ns: => NodeSeq): NodeSeqOps

this implicit definition adds an 'unless' method to a NodeSeq so that it is only evaluated if a condition is true. Otherwise NodeSeq.Empty is returned

this implicit definition adds an 'unless' method to a NodeSeq so that it is only evaluated if a condition is true. Otherwise NodeSeq.Empty is returned

Attributes

Inherited from:
Nodex
final implicit def anyReducable[T](ns: Seq[T]): anyReducable[T]

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
final implicit def extendNode(n: Node): extendNode

This class adds more methods to the Node class

This class adds more methods to the Node class

Attributes

Inherited from:
Nodex
final implicit def extendNodeSeq(ns: NodeSeq): extendNodeSeq

This class adds more methods to the NodeSeq class

This class adds more methods to the NodeSeq class

Attributes

Inherited from:
Nodex
implicit def pairToUnprefixedAttribute(pair: (Any, Any)): UnprefixedAttribute

Attributes

Returns

an unprefixed attribute from pair

Inherited from:
Nodex
final implicit def reducable(ns: Seq[Node]): reducable

Attributes

Inherited from:
Nodex
final implicit def reducableSeq(ns: Seq[NodeSeq]): reducableSeq

Attributes

Inherited from:
Nodex