Trait

eu.cdevreeze.yaidom.bridge

IndexedBridgeElem

Related Doc: package bridge

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. abstract type BackingElem <: ScopedElemApi[BackingElem]

    Permalink

    The backing element type, for example indexed.Elem

    The backing element type, for example indexed.Elem

    Definition Classes
    SimpleBridgeElem
  2. abstract type SelfType <: IndexedBridgeElem

    Permalink

    The type of this bridge element itself

    The type of this bridge element itself

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

    Permalink

    The unwrapped backing element type, for example simple.Elem

Abstract Value Members

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

    Permalink
    Definition Classes
    SimpleBridgeElem
  2. abstract def backingElem: BackingElem

    Permalink
    Definition Classes
    SimpleBridgeElem
  3. abstract def baseUri: URI

    Permalink

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

  4. abstract def docUri: URI

    Permalink

    Returns the document URI

  5. abstract def findAllChildElems: IndexedSeq[SelfType]

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

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

    Permalink
    Definition Classes
    Any
  8. abstract def path: Path

    Permalink
  9. abstract def qname: QName

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

    Permalink
    Definition Classes
    SimpleBridgeElem
  11. abstract def resolvedName: EName

    Permalink
    Definition Classes
    SimpleBridgeElem
  12. abstract def rootElem: UnwrappedBackingElem

    Permalink
  13. abstract def scope: Scope

    Permalink
    Definition Classes
    SimpleBridgeElem
  14. abstract def text: String

    Permalink
    Definition Classes
    SimpleBridgeElem
  15. abstract def toElem: Elem

    Permalink
    Definition Classes
    SimpleBridgeElem
  16. abstract def unwrappedBackingElem: UnwrappedBackingElem

    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 SimpleBridgeElem

Inherited from Any

Ungrouped