Colibrio Reader Framework API - Cloud license
    Preparing search index...

    A FragmentSelectorParser implementation used for parsing PDF fragment selectors. See http://tools.ietf.org/rfc/rfc3778

    Add an instance of this class to a SelectorFactory to enable support for parsing PDF fragment selector strings.

    Implements

    Constructors

    Methods

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

      Parameters

      • fragment: string

      Returns boolean