Object

org.lrng.binding.html.autoImports

xml

Related Doc: package autoImports

Permalink

object xml

Source
html.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. xml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attributes: AttributeFactories.type

    Permalink
    Annotations
    @inline()
  6. def cdata(data: String): NodeBuilder[CDATASection]

    Permalink
    Annotations
    @inline()
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def comment(data: String): NodeBuilder[Comment]

    Permalink
    Annotations
    @inline()
  9. def elements: ElementFactories.type

    Permalink
    Annotations
    @inline()
  10. def entities: EntityBuilders.type

    Permalink
    Annotations
    @inline()
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def interpolation: Binding.type

    Permalink
    Annotations
    @inline()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. object literal extends Curried

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def noPrefix[Uri](uri: Uri): Uri

    Permalink
    Annotations
    @inline()
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. object prefixes extends Dynamic

    Permalink
  24. object processInstructions extends Dynamic

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. object texts extends AnyRefSelectDynamic[TextBuilder]

    Permalink

    Note

    All methods in AnyRef are overloaded, in case of name clash

    import html.autoImports.xml.texts
    import html.NodeBinding.Constant.TextBuilder
    texts.selectDynamic should be(a[TextBuilder])
    texts.getClass should be(a[TextBuilder])
    texts.!= should be(a[TextBuilder])
    texts.## should be(a[TextBuilder])
    texts.+ should be(a[TextBuilder])
    texts.-> should be(a[TextBuilder])
    texts.== should be(a[TextBuilder])
    texts.asInstanceOf should be(a[TextBuilder])
    texts.ensuring should be(a[TextBuilder])
    texts.eq should be(a[TextBuilder])
    texts.equals should be(a[TextBuilder])
    texts.formatted should be(a[TextBuilder])
    texts.hashCode should be(a[TextBuilder])
    texts.isInstanceOf should be(a[TextBuilder])
    texts.ne should be(a[TextBuilder])
    texts.notify should be(a[TextBuilder])
    texts.notifyAll should be(a[TextBuilder])
    texts.synchronized should be(a[TextBuilder])
    texts.toString should be(a[TextBuilder])
    texts.wait should be(a[TextBuilder])
    texts.→ should be(a[TextBuilder])
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. object uris

    Permalink
  29. object values extends AnyRefSelectDynamic[TextBuilder]

    Permalink
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped