Package

eu.cdevreeze.yaidom.xlink

xpointer

Permalink

package xpointer

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. xpointer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final case class ChildSequencePointer(childSeq: List[Int]) extends ElementSchemePointer with Product with Serializable

    Permalink

    Child sequence element scheme XPointer.

    Child sequence element scheme XPointer. The child sequence numbers are 1-based!

  2. trait ElementSchemePointer extends XPointer

    Permalink

    Element scheme XPointer.

  3. final case class IdChildSequencePointer(id: String, childSeq: List[Int]) extends ElementSchemePointer with Product with Serializable

    Permalink

    ID child sequence element scheme XPointer.

    ID child sequence element scheme XPointer. The child sequence numbers are 1-based!

  4. final case class IdPointer(id: String) extends ElementSchemePointer with Product with Serializable

    Permalink

    ID element scheme XPointer.

  5. final case class ShorthandPointer(id: String) extends XPointer with Product with Serializable

    Permalink

    Shorthand XPointer.

  6. sealed trait XPointer extends AnyRef

    Permalink

    Shorthand and element scheme XPointers.

Value Members

  1. object ElementSchemePointer

    Permalink
  2. object XPointer

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped