eu.cdevreeze.yaidom.bridge

SimpleBridgeElem

trait SimpleBridgeElem extends Any

Bridge element that enables the ScopedElemLike with IsNavigableLike 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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type BackingElem <: ScopedElemApi[BackingElem] with IsNavigableApi[BackingElem]

    The backing element type, for example docaware.Elem

  2. abstract type SelfType <: SimpleBridgeElem

    The type of this bridge element itself

Abstract Value Members

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

  2. abstract def backingElem: BackingElem

  3. abstract def findAllChildElems: IndexedSeq[SelfType]

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

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

    Definition Classes
    Any
  6. abstract def qname: QName

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

  8. abstract def resolvedName: EName

  9. abstract def scope: Scope

  10. abstract def text: String

  11. abstract def toElem: Elem

Concrete Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def hashCode(): Int

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

    Definition Classes
    Any
  8. def toString(): String

    Definition Classes
    Any

Inherited from Any

Ungrouped