Package

eu.cdevreeze.tqa.extension

formula

Permalink

package formula

Visibility
  1. Public
  2. All

Value Members

  1. package common

    Permalink

    Classes that are common to the DOM and model packages, typically "enumerations".

  2. package dom

    Permalink

    Type-safe XBRL formula linkbase DOM extension.

    Type-safe XBRL formula linkbase DOM extension. This package contains models for XLink arcs, XLink resources and non-XLink elements in a formula linkbase context.

    Like for the normal taxonomy DOM model, instantiation of the formula DOM extensions should be successful even if the formula linkbase content is not schema-valid, but the less forgiving query methods should be used defensively on potentially non-schema-valid formula linkbase content.

  3. package model

    Permalink

    Model of formula linkbase content, as free from XML as possible.

    Model of formula linkbase content, as free from XML as possible. The model is not XPath-aware, other than keeping XPath expressions as strings. It is not XLink-aware, but replaces relationships by a case class hierarchy.

    The model is hierarchical, regarding filters to be properties of variable sets and fact variables, and regarding variables and parameters to be properties of variable sets.

    The model may contain less information than the XML-backed DOM and relationship classes for formulas.

    This model is not dependent on the (formula) DOM, relationship and query API packages. The reverse is also true. In other words, this model package can be used in isolation.

  4. package queryapi

    Permalink

    Type-safe XBRL formula linkbase query API extension.

  5. package relationship

    Permalink

    Type-safe XBRL formula linkbase relationship extension.

    Type-safe XBRL formula linkbase relationship extension. This package contains models for relationships in a formula (or table) linkbase context.

    Like for the normal relationship model, instantiation of the formula relationship extensions should be successful even if the formula (or table) linkbase content is not schema-valid, but the less forgiving query methods should be used defensively on potentially non-schema-valid formula (or table) linkbase content.

  6. package taxonomy

    Permalink

    Taxonomy extension for formula linkbase content.

  7. package taxonomymodel

    Permalink

    Model-aware layer on top of a BasicFormulaTaxonomy.

Ungrouped