Packages

object Element

Enables the following construction syntax (which preserves type safety and consistency):

Element
  .fromBy(<by-node>)
  .withFor(<for-node>)
  .withHost(<host>)
  .withProto(<schema>)`
Source
Forwarded.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Element
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def fromBy(value: Node): Element
  2. def fromFor(value: Node): Element
  3. def fromHost(value: Host): Element
  4. def fromProto(value: Proto): Element
  5. def unapply(elem: Element): Option[(Option[Node], Option[Node], Option[Host], Option[Proto])]