eu.cdevreeze.yaidom.bridge

DocawareWrapperElem

final class DocawareWrapperElem extends DocawareBridgeElem with ScopedElemLike[DocawareWrapperElem] with IsNavigable[DocawareWrapperElem]

This object is like a DocawareBridgeElem, but offering the ScopedElemLike and IsNavigable query API. It is itself also a DocawareBridgeElem, and wraps a DocawareBridgeElem.

Use this object when you want a DocawareBridgeElem, but at the same time want to use the yaidom query API.

Self Type
DocawareWrapperElem
Linear Supertypes
IsNavigable[DocawareWrapperElem], IsNavigableApi[DocawareWrapperElem], ScopedElemLike[DocawareWrapperElem], HasText, HasEName, ElemLike[DocawareWrapperElem], ScopedElemApi[DocawareWrapperElem], HasTextApi, HasScopeApi, HasQNameApi, HasENameApi, ElemApi[DocawareWrapperElem], DocawareBridgeElem, IndexedBridgeElem, SimpleBridgeElem, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DocawareWrapperElem
  2. IsNavigable
  3. IsNavigableApi
  4. ScopedElemLike
  5. HasText
  6. HasEName
  7. ElemLike
  8. ScopedElemApi
  9. HasTextApi
  10. HasScopeApi
  11. HasQNameApi
  12. HasENameApi
  13. ElemApi
  14. DocawareBridgeElem
  15. IndexedBridgeElem
  16. SimpleBridgeElem
  17. AnyRef
  18. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocawareWrapperElem(bridge: DocawareBridgeElem)

Type Members

  1. final type BackingElem = DocawareBridgeElem.BackingElem

    The backing element type, for example docaware.Elem

    The backing element type, for example docaware.Elem

    Definition Classes
    DocawareWrapperElemSimpleBridgeElem
  2. final type SelfType = DocawareWrapperElem

    The type of this bridge element itself

    The type of this bridge element itself

    Definition Classes
    DocawareWrapperElemDocawareBridgeElemIndexedBridgeElemSimpleBridgeElem
  3. final type UnwrappedBackingElem = DocawareBridgeElem.UnwrappedBackingElem

    The unwrapped backing element type, for example simple.Elem

    The unwrapped backing element type, for example simple.Elem

    Definition Classes
    DocawareWrapperElemIndexedBridgeElem

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def \(p: (DocawareWrapperElem) ⇒ Boolean): IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  7. final def \@(expandedName: EName): Option[String]

    Definition Classes
    HasEName → HasENameApi
  8. final def \\(p: (DocawareWrapperElem) ⇒ Boolean): IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  9. final def \\!(p: (DocawareWrapperElem) ⇒ Boolean): IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. final def attribute(expandedName: EName): String

    Definition Classes
    HasEName → HasENameApi
  12. final def attributeAsQName(expandedName: EName): QName

    Definition Classes
    ScopedElemLike → ScopedElemApi
  13. final def attributeAsQNameOption(expandedName: EName): Option[QName]

    Definition Classes
    ScopedElemLike → ScopedElemApi
  14. final def attributeAsResolvedQName(expandedName: EName): EName

    Definition Classes
    ScopedElemLike → ScopedElemApi
  15. final def attributeAsResolvedQNameOption(expandedName: EName): Option[EName]

    Definition Classes
    ScopedElemLike → ScopedElemApi
  16. final def attributeOption(expandedName: EName): Option[String]

    Definition Classes
    HasEName → HasENameApi
  17. final def attributes: Iterable[(QName, String)]

    Definition Classes
    DocawareWrapperElem → HasQNameApi → SimpleBridgeElem
  18. final def backingElem: BackingElem

    Definition Classes
    DocawareWrapperElemSimpleBridgeElem
  19. 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
    DocawareWrapperElemDocawareBridgeElem
  20. val bridge: DocawareBridgeElem

  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def docUri: URI

    Returns the document URI

    Returns the document URI

    Definition Classes
    DocawareWrapperElemDocawareBridgeElem
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. final def filterChildElems(p: (DocawareWrapperElem) ⇒ Boolean): IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  26. final def filterElems(p: (DocawareWrapperElem) ⇒ Boolean): IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  27. final def filterElemsOrSelf(p: (DocawareWrapperElem) ⇒ Boolean): IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def findAllChildElems: IndexedSeq[DocawareWrapperElem]

    Definition Classes
    DocawareWrapperElem → ElemLike → ElemApi → SimpleBridgeElem
  30. final def findAllElems: IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  31. final def findAllElemsOrSelf: IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  32. final def findAttributeByLocalName(localName: String): Option[String]

    Definition Classes
    HasEName → HasENameApi
  33. final def findChildElem(p: (DocawareWrapperElem) ⇒ Boolean): Option[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  34. final def findChildElemByPathEntry(entry: Entry): Option[DocawareWrapperElem]

    Definition Classes
    DocawareWrapperElem → IsNavigable → IsNavigableApi → SimpleBridgeElem
  35. final def findElem(p: (DocawareWrapperElem) ⇒ Boolean): Option[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  36. final def findElemOrSelf(p: (DocawareWrapperElem) ⇒ Boolean): Option[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  37. final def findElemOrSelfByPath(path: Path): Option[DocawareWrapperElem]

    Definition Classes
    IsNavigable → IsNavigableApi
  38. final def findTopmostElems(p: (DocawareWrapperElem) ⇒ Boolean): IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  39. final def findTopmostElemsOrSelf(p: (DocawareWrapperElem) ⇒ Boolean): IndexedSeq[DocawareWrapperElem]

    Definition Classes
    ElemLike → ElemApi
  40. final def getChildElem(p: (DocawareWrapperElem) ⇒ Boolean): DocawareWrapperElem

    Definition Classes
    ElemLike → ElemApi
  41. final def getChildElemByPathEntry(entry: Entry): DocawareWrapperElem

    Definition Classes
    IsNavigable → IsNavigableApi
  42. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  43. final def getElemOrSelfByPath(path: Path): DocawareWrapperElem

    Definition Classes
    IsNavigable → IsNavigableApi
  44. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. final def localName: String

    Definition Classes
    HasEName → HasENameApi
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. final def normalizedText: String

    Definition Classes
    HasText → HasTextApi
  49. final def notify(): Unit

    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  51. final def path: Path

    Definition Classes
    DocawareWrapperElemIndexedBridgeElem
  52. final def qname: QName

    Definition Classes
    DocawareWrapperElem → HasQNameApi → SimpleBridgeElem
  53. final def resolvedAttributes: Iterable[(EName, String)]

    Definition Classes
    DocawareWrapperElem → HasENameApi → SimpleBridgeElem
  54. final def resolvedName: EName

    Definition Classes
    DocawareWrapperElem → HasENameApi → SimpleBridgeElem
  55. final def rootElem: UnwrappedBackingElem

    Definition Classes
    DocawareWrapperElemIndexedBridgeElem
  56. final def scope: Scope

    Definition Classes
    DocawareWrapperElem → HasScopeApi → SimpleBridgeElem
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. final def text: String

    Definition Classes
    DocawareWrapperElem → HasTextApi → SimpleBridgeElem
  59. final def textAsQName: QName

    Definition Classes
    ScopedElemLike → ScopedElemApi
  60. final def textAsResolvedQName: EName

    Definition Classes
    ScopedElemLike → ScopedElemApi
  61. final def toElem: Elem

    Definition Classes
    DocawareWrapperElemSimpleBridgeElem
  62. def toString(): String

    Definition Classes
    AnyRef → Any
  63. final def trimmedText: String

    Definition Classes
    HasText → HasTextApi
  64. final def unwrappedBackingElem: UnwrappedBackingElem

    Definition Classes
    DocawareWrapperElemIndexedBridgeElem
  65. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IsNavigable[DocawareWrapperElem]

Inherited from IsNavigableApi[DocawareWrapperElem]

Inherited from ScopedElemLike[DocawareWrapperElem]

Inherited from HasText

Inherited from HasEName

Inherited from ElemLike[DocawareWrapperElem]

Inherited from ScopedElemApi[DocawareWrapperElem]

Inherited from HasTextApi

Inherited from HasScopeApi

Inherited from HasQNameApi

Inherited from HasENameApi

Inherited from ElemApi[DocawareWrapperElem]

Inherited from DocawareBridgeElem

Inherited from IndexedBridgeElem

Inherited from SimpleBridgeElem

Inherited from AnyRef

Inherited from Any

Ungrouped