Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Enumeration members

CSV

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

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

EPUB3

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)

HTML

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

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

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

PDF

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

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

PLAIN_TEXT

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

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

RDF_XML

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

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

SVG

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

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

XML

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

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

Generated using TypeDoc