Element

korolev.testkit.PseudoHtml$.Element
case class Element(id: Id, ns: XmlNs, tagName: String, attributes: Map[String, String], styles: Map[String, String], children: List[PseudoHtml]) extends PseudoHtml

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def byAttribute(name: String, f: String => Boolean): List[Element]

Attributes

Inherited from:
PseudoHtml
def byClass(clazz: String): List[Element]

Attributes

Inherited from:
PseudoHtml
def byName(name: String): List[Element]

Attributes

Inherited from:
PseudoHtml
def byTag(tagName: String): List[PseudoHtml]

Attributes

Inherited from:
PseudoHtml
def find(f: PseudoHtml => Boolean): List[PseudoHtml]

Attributes

Inherited from:
PseudoHtml
def findElement(f: Element => Boolean): List[Element]

Attributes

Inherited from:
PseudoHtml
def mkString: String

Attributes

Inherited from:
PseudoHtml
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val text: String