class XmlDom extends VirtualDom[Element, org.w3c.dom.Node]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlDom
  2. VirtualDom
  3. Bundle
  4. Aliases
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XmlDom(svgDocument: SVGDocument)

Type Members

  1. type AbstractShort = scalatags.generic.AbstractShort[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Bundle
  2. trait Aggregate extends scalatags.generic.Aggregate[Builder[Output, FragT], Output, FragT]
    Definition Classes
    VirtualDom
  3. type Attr = scalatags.generic.Attr
    Definition Classes
    Aliases
  4. type AttrPair = scalatags.generic.AttrPair[Builder[Element, org.w3c.dom.Node], _]
    Definition Classes
    Aliases
  5. type AttrValue[V] = scalatags.generic.AttrValue[Builder[Element, org.w3c.dom.Node], V]
    Definition Classes
    Aliases
  6. type Attrs = scalatags.generic.Attrs[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Aliases
  7. trait Cap extends scalatags.VirtualDom.Util with TagFactory[Output, FragT]
    Definition Classes
    VirtualDom
  8. class ElemBuilder extends Builder[Element, org.w3c.dom.Node]
  9. type Frag = scalatags.generic.Frag[Builder[Element, org.w3c.dom.Node], org.w3c.dom.Node]
    Definition Classes
    Aliases
  10. class GenericAttr[T] extends scalatags.VirtualDom.AttrValue[T]
    Definition Classes
    VirtualDom
  11. class GenericPixelStyle[T] extends scalatags.VirtualDom.PixelStyleValue[T]
    Definition Classes
    VirtualDom
  12. class GenericPixelStylePx[T] extends scalatags.VirtualDom.PixelStyleValue[T]
    Definition Classes
    VirtualDom
  13. class GenericStyle[T] extends scalatags.VirtualDom.StyleValue[T]
    Definition Classes
    VirtualDom
  14. type Modifier = scalatags.generic.Modifier[Builder[Element, org.w3c.dom.Node]]
    Definition Classes
    Aliases
  15. type PixelStyleValue[V] = scalatags.generic.PixelStyleValue[Builder[Element, org.w3c.dom.Node], V]
    Definition Classes
    Aliases
  16. case class RawFrag extends scalatags.vdom.Frag[Output, FragT] with Product with Serializable
    Definition Classes
    VirtualDom
  17. case class StringFrag extends scalatags.vdom.Frag[Output, FragT] with Product with Serializable
    Definition Classes
    VirtualDom
  18. type Style = scalatags.generic.Style
    Definition Classes
    Aliases
  19. type StyleValue[V] = scalatags.generic.StyleValue[Builder[Element, org.w3c.dom.Node], V]
    Definition Classes
    Aliases
  20. type Styles = scalatags.generic.Styles[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Aliases
  21. type Styles2 = scalatags.generic.Styles2[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Aliases
  22. type SvgAttrs = scalatags.generic.SvgAttrs[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Aliases
  23. type SvgTags = scalatags.generic.SvgTags[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Aliases
  24. type Tag = scalatags.generic.TypedTag[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Aliases
  25. type Tags = scalatags.generic.Tags[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Aliases
  26. type Tags2 = scalatags.generic.Tags2[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Aliases
  27. case class TypedTag[+O <: Output] extends scalatags.generic.TypedTag[Builder[Output, FragT], O, FragT] with scalatags.vdom.Frag[Output, FragT] with Product with Serializable
    Definition Classes
    VirtualDom
  28. type Util = scalatags.generic.Util[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]
    Definition Classes
    Aliases

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def makeBuilder(tag: String): Builder[Element, org.w3c.dom.Node]
    Definition Classes
    XmlDom → VirtualDom
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def rawToFrag(s: String): org.w3c.dom.Node
    Definition Classes
    XmlDom → VirtualDom
  16. def stringToFrag(s: String): org.w3c.dom.Node
    Definition Classes
    XmlDom → VirtualDom
  17. val svgDocument: SVGDocument
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from VirtualDom[Element, org.w3c.dom.Node]

Inherited from Bundle[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]

Inherited from Aliases[Builder[Element, org.w3c.dom.Node], Element, org.w3c.dom.Node]

Inherited from AnyRef

Inherited from Any

Ungrouped