Class

eu.cdevreeze.tqa.base.dom

StandardArc

Related Doc: package dom

Permalink

sealed abstract class StandardArc extends TaxonomyElem with LinkElem with XLinkArc

An XBRL standard arc. This is an XLink arc, and it is either a definition arc, presentation arc, calculation arc, label arc or reference arc.

Linear Supertypes
XLinkArc, xlink.XLinkArc, ChildXLink, xlink.ChildXLink, XLinkElem, xlink.XLinkElem, LinkElem, TaxonomyElem, SubtypeAwareElemLike, SubtypeAwareElemApi, ScopedElemLike, ClarkElemLike, HasText, HasEName, IsNavigable, ElemLike, Elem, ScopedElemApi, HasScopeApi, HasQNameApi, Elem, HasChildNodesApi, AnyElemNodeApi, ClarkElemApi, HasTextApi, HasENameApi, IsNavigableApi, ElemApi, AnyElemApi, Elem, AnyTaxonomyElem, CanBeTaxonomyDocumentChild, CanBeDocumentChild, CanBeDocumentChild, CanBeDocumentChild, TaxonomyNode, Node, Node, Node, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardArc
  2. XLinkArc
  3. XLinkArc
  4. ChildXLink
  5. ChildXLink
  6. XLinkElem
  7. XLinkElem
  8. LinkElem
  9. TaxonomyElem
  10. SubtypeAwareElemLike
  11. SubtypeAwareElemApi
  12. ScopedElemLike
  13. ClarkElemLike
  14. HasText
  15. HasEName
  16. IsNavigable
  17. ElemLike
  18. Elem
  19. ScopedElemApi
  20. HasScopeApi
  21. HasQNameApi
  22. Elem
  23. HasChildNodesApi
  24. AnyElemNodeApi
  25. ClarkElemApi
  26. HasTextApi
  27. HasENameApi
  28. IsNavigableApi
  29. ElemApi
  30. AnyElemApi
  31. Elem
  32. AnyTaxonomyElem
  33. CanBeTaxonomyDocumentChild
  34. CanBeDocumentChild
  35. CanBeDocumentChild
  36. CanBeDocumentChild
  37. TaxonomyNode
  38. Node
  39. Node
  40. Node
  41. AnyRef
  42. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ThisElem = TaxonomyElem

    Permalink
    Definition Classes
    TaxonomyElem → SubtypeAwareElemLike → SubtypeAwareElemApi → ScopedElemLike → ClarkElemLike → IsNavigable → ElemLike → Elem → ScopedElemApi → Elem → HasChildNodesApi → ClarkElemApi → IsNavigableApi → ElemApi → AnyElemApi
  2. type ThisNode = TaxonomyNode

    Permalink
    Definition Classes
    TaxonomyElem → Elem → Elem → AnyElemNodeApi

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def \(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

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

    Permalink
    Definition Classes
    HasEName → HasENameApi
  6. final def \\(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  7. final def \\!(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  8. final def arcrole: String

    Permalink

    Returns the arcrole.

    Returns the arcrole. This may fail with an exception if the taxonomy is not schema-valid.

    If the taxonomy is not known to be schema-valid, use the following code instead:

    attributeOption(ENames.XLinkArcroleEName)
    Definition Classes
    XLinkArcXLinkArc
  9. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    HasEName → HasENameApi
  16. final def attributes: IndexedSeq[(QName, String)]

    Permalink
    Definition Classes
    TaxonomyElem → HasQNameApi
  17. val backingElem: Elem

    Permalink
    Definition Classes
    TaxonomyElem
  18. final def baseSetKey: BaseSetKey

    Permalink

    Returns the Base Set key.

    Returns the Base Set key. This may fail with an exception if the taxonomy is not schema-valid.

    If the taxonomy is not known to be schema-valid, it may be impossible to create a Base Set key.

    Definition Classes
    XLinkArc
  19. final def baseUri: URI

    Permalink
    Definition Classes
    TaxonomyElem
  20. final def baseUriOption: Option[URI]

    Permalink
    Definition Classes
    TaxonomyElem
  21. val childElems: IndexedSeq[TaxonomyElem]

    Permalink
    Definition Classes
    TaxonomyElem
  22. final def children: IndexedSeq[TaxonomyNode]

    Permalink
    Definition Classes
    TaxonomyElem → HasChildNodesApi
  23. def clone(): AnyRef

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

    Permalink
    Definition Classes
    TaxonomyElem
  25. final def elr: String

    Permalink

    Returns the extended link role of the surrounding extended link element.

    Returns the extended link role of the surrounding extended link element. This may fail with an exception if the taxonomy is not schema-valid.

    If the taxonomy is not known to be schema-valid, use the following code instead:

    backingElem.parentOption.flatMap(_.attributeOption(ENames.XLinkRoleEName))
    Definition Classes
    ChildXLinkChildXLink
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    TaxonomyElem → AnyRef → Any
  28. final def filterChildElems(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  29. final def filterChildElemsOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  30. final def filterElems(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  31. final def filterElemsOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  32. final def filterElemsOrSelf(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  33. final def filterElemsOrSelfOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  34. def finalize(): Unit

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

    Permalink

    Returns all child elements, and returns them extremely fast.

    Returns all child elements, and returns them extremely fast. This is important for fast querying, at the expense of more expensive recursive creation.

    Definition Classes
    TaxonomyElem → ElemLike → ElemApi
  36. final def findAllChildElemsOfType[B <: ThisElem](subType: ClassTag[B]): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  37. final def findAllChildElemsWithPathEntries: IndexedSeq[(ThisElem, Entry)]

    Permalink
    Definition Classes
    ClarkElemLike → IsNavigable → IsNavigableApi
  38. final def findAllElems: IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  39. final def findAllElemsOfType[B <: ThisElem](subType: ClassTag[B]): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  40. final def findAllElemsOrSelf: IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  41. final def findAllElemsOrSelfOfType[B <: ThisElem](subType: ClassTag[B]): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  42. final def findAttributeByLocalName(localName: String): Option[String]

    Permalink
    Definition Classes
    HasEName → HasENameApi
  43. final def findChildElem(p: (ThisElem) ⇒ Boolean): Option[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  44. final def findChildElemByPathEntry(entry: Entry): Option[ThisElem]

    Permalink
    Definition Classes
    ClarkElemLike → IsNavigable → IsNavigableApi
  45. final def findChildElemOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): Option[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  46. final def findElem(p: (ThisElem) ⇒ Boolean): Option[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  47. final def findElemOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): Option[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  48. final def findElemOrSelf(p: (ThisElem) ⇒ Boolean): Option[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  49. final def findElemOrSelfByPath(path: Path): Option[ThisElem]

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  50. final def findElemOrSelfOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): Option[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  51. final def findReverseAncestryOrSelfByPath(path: Path): Option[IndexedSeq[ThisElem]]

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  52. final def findTopmostElems(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  53. final def findTopmostElemsOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  54. final def findTopmostElemsOrSelf(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  55. final def findTopmostElemsOrSelfOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  56. final def from: String

    Permalink

    Returns the XLink "from".

    Returns the XLink "from". This may fail with an exception if the taxonomy is not schema-valid.

    If the taxonomy is not known to be schema-valid, use the following code instead:

    attributeOption(ENames.XLinkFromEName)
    Definition Classes
    XLinkArcXLinkArc
  57. final def getChildElem(p: (ThisElem) ⇒ Boolean): ThisElem

    Permalink
    Definition Classes
    ElemLike → ElemApi
  58. final def getChildElemByPathEntry(entry: Entry): ThisElem

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  59. final def getChildElemOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): B

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  60. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  61. final def getElemOrSelfByPath(path: Path): ThisElem

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  62. final def getReverseAncestryOrSelfByPath(path: Path): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  63. final def hashCode(): Int

    Permalink
    Definition Classes
    TaxonomyElem → AnyRef → Any
  64. final def idOption: Option[String]

    Permalink
    Definition Classes
    TaxonomyElem
  65. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  66. final def key: XmlFragmentKey

    Permalink
    Definition Classes
    TaxonomyElemAnyTaxonomyElem
  67. final def localName: String

    Permalink
    Definition Classes
    HasEName → HasENameApi
  68. final def msg(s: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    TaxonomyElem
  69. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  70. final def normalizedText: String

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

    Permalink
    Definition Classes
    AnyRef
  72. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  73. final def order: BigDecimal

    Permalink

    Returns the "order" decimal attribute (defaulting to 1).

    Returns the "order" decimal attribute (defaulting to 1). This may fail with an exception if the taxonomy is not schema-valid.

    Definition Classes
    XLinkArc
  74. final def priority: Int

    Permalink

    Returns the "priority" integer attribute (defaulting to 0).

    Returns the "priority" integer attribute (defaulting to 0). This may fail with an exception if the taxonomy is not schema-valid.

    Definition Classes
    XLinkArc
  75. final def qname: QName

    Permalink
    Definition Classes
    TaxonomyElem → HasQNameApi
  76. final def resolvedAttributes: IndexedSeq[(EName, String)]

    Permalink
    Definition Classes
    TaxonomyElem → HasENameApi
  77. final def resolvedName: EName

    Permalink
    Definition Classes
    TaxonomyElem → HasENameApi
  78. final def scope: Scope

    Permalink
    Definition Classes
    TaxonomyElem → HasScopeApi
  79. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  80. final def text: String

    Permalink
    Definition Classes
    TaxonomyElem → HasTextApi
  81. final def textAsQName: QName

    Permalink
    Definition Classes
    ScopedElemLike → ScopedElemApi
  82. final def textAsResolvedQName: EName

    Permalink
    Definition Classes
    ScopedElemLike → ScopedElemApi
  83. final def thisElem: ThisElem

    Permalink
    Definition Classes
    TaxonomyElem → AnyElemApi
  84. final def to: String

    Permalink

    Returns the XLink "to".

    Returns the XLink "to". This may fail with an exception if the taxonomy is not schema-valid.

    If the taxonomy is not known to be schema-valid, use the following code instead:

    attributeOption(ENames.XLinkToEName)
    Definition Classes
    XLinkArcXLinkArc
  85. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  86. final def trimmedText: String

    Permalink
    Definition Classes
    HasText → HasTextApi
  87. final def underlyingParentElem: Elem

    Permalink

    Returns the underlying parent element.

    Returns the underlying parent element. This may fail with an exception if the taxonomy is not schema-valid.

    If the taxonomy is not known to be schema-valid, use the following code instead:

    backingElem.parentOption
    Definition Classes
    ChildXLinkChildXLink
  88. final def use: Use

    Permalink

    Returns the "use" attribute (defaulting to "optional").

    Returns the "use" attribute (defaulting to "optional"). This may fail with an exception if the taxonomy is not schema-valid.

    Definition Classes
    XLinkArc
  89. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. final def xlinkAttributes: Map[EName, String]

    Permalink
    Definition Classes
    XLinkElemXLinkElem
  93. final def xlinkType: String

    Permalink
    Definition Classes
    XLinkArcXLinkElemXLinkElem

Inherited from XLinkArc

Inherited from xlink.XLinkArc

Inherited from ChildXLink

Inherited from xlink.ChildXLink

Inherited from XLinkElem

Inherited from xlink.XLinkElem

Inherited from LinkElem

Inherited from TaxonomyElem

Inherited from SubtypeAwareElemLike

Inherited from SubtypeAwareElemApi

Inherited from ScopedElemLike

Inherited from ClarkElemLike

Inherited from HasText

Inherited from HasEName

Inherited from IsNavigable

Inherited from ElemLike

Inherited from Elem

Inherited from ScopedElemApi

Inherited from HasScopeApi

Inherited from HasQNameApi

Inherited from Elem

Inherited from HasChildNodesApi

Inherited from AnyElemNodeApi

Inherited from ClarkElemApi

Inherited from HasTextApi

Inherited from HasENameApi

Inherited from IsNavigableApi

Inherited from ElemApi

Inherited from AnyElemApi

Inherited from Elem

Inherited from AnyTaxonomyElem

Inherited from CanBeDocumentChild

Inherited from CanBeDocumentChild

Inherited from CanBeDocumentChild

Inherited from TaxonomyNode

Inherited from Node

Inherited from Node

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped