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.
Should parse the given selector data into a Selector implementation.
This method must only be called if canParseSelectorData() returns true for the specified selectorData
.
Generated using TypeDoc
A SelectorDataParser implementation that can parse Range Selector JSON object as defined in https://www.w3.org/TR/annotation-model/#range-selector