eu.cdevreeze.yaidom.bridge

IndexedBridgeElem

trait IndexedBridgeElem extends SimpleBridgeElem

Bridge element that extends SimpleBridgeElem with "indexing".

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
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IndexedBridgeElem
  2. SimpleBridgeElem
  3. 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]

    The backing element type, for example indexed.Elem

    The backing element type, for example indexed.Elem

    Definition Classes
    SimpleBridgeElem
  2. abstract type SelfType <: IndexedBridgeElem

    The type of this bridge element itself

    The type of this bridge element itself

    Definition Classes
    IndexedBridgeElemSimpleBridgeElem
  3. abstract type UnwrappedBackingElem <: ScopedElemApi[UnwrappedBackingElem]

    The unwrapped backing element type, for example simple.Elem

Abstract Value Members

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

    Definition Classes
    SimpleBridgeElem
  2. abstract def backingElem: BackingElem

    Definition Classes
    SimpleBridgeElem
  3. abstract def baseUri: URI

    Returns the base URI of the element, by XML Base processing starting with the document URI

  4. abstract def docUri: URI

    Returns the document URI

  5. abstract def findAllChildElems: IndexedSeq[SelfType]

    Definition Classes
    SimpleBridgeElem
  6. abstract def findChildElemByPathEntry(entry: Entry): Option[SelfType]

    Definition Classes
    SimpleBridgeElem
  7. abstract def getClass(): Class[_]

    Definition Classes
    Any
  8. abstract def path: Path

  9. abstract def qname: QName

    Definition Classes
    SimpleBridgeElem
  10. abstract def resolvedAttributes: Iterable[(EName, String)]

    Definition Classes
    SimpleBridgeElem
  11. abstract def resolvedName: EName

    Definition Classes
    SimpleBridgeElem
  12. abstract def rootElem: UnwrappedBackingElem

  13. abstract def scope: Scope

    Definition Classes
    SimpleBridgeElem
  14. abstract def text: String

    Definition Classes
    SimpleBridgeElem
  15. abstract def toElem: Elem

    Definition Classes
    SimpleBridgeElem
  16. abstract def unwrappedBackingElem: UnwrappedBackingElem

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 SimpleBridgeElem

Inherited from Any

Ungrouped