eu.cdevreeze.yaidom

xlink

package xlink

XLink support, in an XBRL context.

The XLink class and its sub-classes in this package are legacy that will be phased out. They model "XLink as XLink", without any restrictions imposed by XBRL. They also wrap only yaidom "simple elements". Both properties make these classes less useful in an XBRL context.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. xlink
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class Arc extends XLink

  2. final class ExtendedLink extends Link

    Extended link.

  3. abstract class LabeledXLink extends XLink

  4. abstract class Link extends XLink

    Simple or extended link

  5. final class Locator extends LabeledXLink

  6. final class Resource extends LabeledXLink

  7. final class SimpleLink extends Link

  8. final class Title extends XLink

  9. sealed abstract class XLink extends Immutable

    Immutable XLink.

Value Members

  1. object Arc

  2. object ExtendedLink

  3. object Link

  4. object Locator

  5. object Resource

  6. object SimpleLink

  7. object Title

  8. object XLink

  9. package link

    This package models XBRL linkbases.

  10. package testprogram

  11. package xl

    This package models XLink in the context of XBRL, as a purely abstract API.

  12. package xpointer

    This package models XPointer in the context of XBRL.

Inherited from AnyRef

Inherited from Any

Ungrouped