eu.cdevreeze.yaidom.bridge

DefaultDocawareBridgeElem

final class DefaultDocawareBridgeElem extends AnyVal with DocawareBridgeElem

Extensible bridge element taking an docaware.Elem. This is a value class instance, to prevent object creation.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultDocawareBridgeElem
  2. DocawareBridgeElem
  3. IndexedBridgeElem
  4. SimpleBridgeElem
  5. AnyVal
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultDocawareBridgeElem(backingElem: Elem)

Type Members

  1. final type BackingElem = Elem

    The backing element type, for example docaware.Elem

    The backing element type, for example docaware.Elem

    Definition Classes
    DefaultDocawareBridgeElemSimpleBridgeElem
  2. final type SelfType = DefaultDocawareBridgeElem

    The type of this bridge element itself

    The type of this bridge element itself

    Definition Classes
    DefaultDocawareBridgeElemDocawareBridgeElemIndexedBridgeElemSimpleBridgeElem
  3. final type UnwrappedBackingElem = Elem

    The unwrapped backing element type, for example simple.Elem

    The unwrapped backing element type, for example simple.Elem

    Definition Classes
    DefaultDocawareBridgeElemIndexedBridgeElem

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. final def attributes: Iterable[(QName, String)]

  6. val backingElem: Elem

  7. final def baseUri: URI

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

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

    Definition Classes
    DefaultDocawareBridgeElemDocawareBridgeElem
  8. final def docUri: URI

    Returns the document URI

    Returns the document URI

    Definition Classes
    DefaultDocawareBridgeElemDocawareBridgeElem
  9. final def findAllChildElems: IndexedSeq[SelfType]

  10. final def findChildElemByPathEntry(entry: Entry): Option[SelfType]

  11. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. final def path: Path

  14. final def qname: QName

  15. final def resolvedAttributes: Iterable[(EName, String)]

  16. final def resolvedName: EName

  17. final def rootElem: UnwrappedBackingElem

  18. final def scope: Scope

  19. final def text: String

  20. final def toElem: Elem

  21. def toString(): String

    Definition Classes
    Any
  22. final def unwrappedBackingElem: UnwrappedBackingElem

Inherited from DocawareBridgeElem

Inherited from IndexedBridgeElem

Inherited from SimpleBridgeElem

Inherited from AnyVal

Inherited from Any

Ungrouped