Options
All
  • Public
  • Public/Protected
  • All
Menu

A SelectorDataParser implementation that can parse Range Selector JSON object as defined in https://www.w3.org/TR/annotation-model/#range-selector

Hierarchy

  • RangeSelectorDataParser

Implements

Index

Constructors

constructor

Methods

canParseSelectorData

  • Should return true if this instance is able to parse the selector data into a Selector implementation. If this method returns true, parseSelectorData() will be called with the selectorData by the SelectorFactory.

    Parameters

    Returns boolean

parseSelectorData

Generated using TypeDoc