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

    Enumeration FragmentSpecificationIri

    Describes the format of a FragmentSelector. Please note that not all formats are supported by the framework at this point.

    See https://www.w3.org/TR/annotation-model/#fragment-selector

    Enumeration Members

    CSV: "http://tools.ietf.org/rfc/rfc7111"

    Fragment selector format used for CSV files. Example: row=5-7

    See http://tools.ietf.org/rfc/rfc7111

    EPUB3: "http://www.idpf.org/epub/linking/cfi/epub-cfi.html"

    Fragment selector format used for EPUB CFI. Example: epubcfi(/6/4[chap01ref]!/4[body01]/10[para05]/3:10)

    See http://idpf.org/epub/linking/cfi/

    HTML: "http://tools.ietf.org/rfc/rfc3236"

    Fragment selector format used for HTML and XHTML

    Example: namedSection

    See https://tools.ietf.org/rfc/rfc3236

    MEDIA: "http://www.w3.org/TR/media-frags/"

    Fragment selector format used for images, audio and video. Example: xywh=50,50,640,480

    See: https://www.w3.org/TR/media-frags/

    PDF: "http://tools.ietf.org/rfc/rfc3778"

    Fragment selector format used for PDF documents. Example: page=10&viewrect=50,50,640,480

    See https://tools.ietf.org/rfc/rfc3778

    PLAIN_TEXT: "http://tools.ietf.org/rfc/rfc5147"

    Fragment selector format used for plain text documents. Example: char=0,10

    See https://tools.ietf.org/rfc/rfc5147

    RDF_XML: "http://tools.ietf.org/rfc/rfc3870"

    Fragment selector format used for RDF XML documents. Example: namedResource

    See http://tools.ietf.org/rfc/rfc3870

    SVG: "http://www.w3.org/TR/SVG/"

    Fragment selector format used for SVG documents. Example: svgView(viewBox(50,50,640,480))

    See https://www.w3.org/TR/SVG/linking.html#LinksIntoSVG

    XML: "http://tools.ietf.org/rfc/rfc3023"

    Fragment selector format used for XML documents. Example: xpointer(/a/b/c)

    See https://tools.ietf.org/rfc/rfc3023#page-15