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.

    Extended link. This object is expensive to create, because it aggressively caches its child XLinks.

  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.

    Immutable XLink. See See http://www.w3.org/TR/xlink11/. An XLink wraps a yaidom "simple element". The XLink support is without any support for XPointer.

    This XLink class and sub-classes will be phased out. They only wrap simple elements, and are less useful directly in an XBRL context, because of many optional attributes that are mandatory in an XBRL context.

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.

    This package models XBRL linkbases.

    The model can be populated if it obeys the relevant schema: xbrl-linkbase-2003-12-31.xsd (which imports xl-2003-12-31.xsd and xlink-2003-12-31.xsd).

    The "DOM backend" is pluggable as long as there is a DocawareBridgeElem bridge for it.

  10. package testprogram

  11. package xl

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

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

    The model follows the following schema: xl-2003-12-31.xsd (which imports xlink-2003-12-31.xsd).

  12. package xpointer

    This package models XPointer in the context of XBRL.

    This package models XPointer in the context of XBRL. Hence (only) shorthand and element scheme pointers are supported.

Inherited from AnyRef

Inherited from Any

Ungrouped