Trait

eu.cdevreeze.yaidom.bridge

SimpleBridgeElem

Related Doc: package bridge

Permalink

trait SimpleBridgeElem extends Any

Bridge element that enables the ScopedElemLike API (and more) on the classes delegating to this bridge element.

It offers pluggable DOM-like element implementations, without any "type gymnastics" and without paying any "cake pattern tax".

This is a purely abstract universal trait, allowing for allocation-free value objects.

Linear Supertypes
Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleBridgeElem
  2. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. abstract type BackingElem <: ScopedElemApi[BackingElem]

    Permalink

    The backing element type, for example indexed.Elem

  2. abstract type SelfType <: SimpleBridgeElem

    Permalink

    The type of this bridge element itself

Abstract Value Members

  1. abstract def attributes: Iterable[(QName, String)]

    Permalink
  2. abstract def backingElem: BackingElem

    Permalink
  3. abstract def findAllChildElems: IndexedSeq[SelfType]

    Permalink
  4. abstract def findChildElemByPathEntry(entry: Entry): Option[SelfType]

    Permalink
  5. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  6. abstract def qname: QName

    Permalink
  7. abstract def resolvedAttributes: Iterable[(EName, String)]

    Permalink
  8. abstract def resolvedName: EName

    Permalink
  9. abstract def scope: Scope

    Permalink
  10. abstract def text: String

    Permalink
  11. abstract def toElem: Elem

    Permalink

Concrete Value Members

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  6. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  7. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  8. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Any

Ungrouped