Element

case class Element(id: Id, ns: XmlNs, tagName: String, attributes: Map[String, String], styles: Map[String, String], children: List[PseudoHtml]) extends PseudoHtml
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def byAttribute(name: String, f: String => Boolean): List[Element]
Inherited from:
PseudoHtml
def byClass(clazz: String): List[Element]
Inherited from:
PseudoHtml
def byName(name: String): List[Element]
Inherited from:
PseudoHtml
def byTag(tagName: String): List[PseudoHtml]
Inherited from:
PseudoHtml
def find(f: PseudoHtml => Boolean): List[PseudoHtml]
Inherited from:
PseudoHtml
def findElement(f: Element => Boolean): List[Element]
Inherited from:
PseudoHtml
def mkString: String
Inherited from:
PseudoHtml
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val text: String