Options
All
  • Public
  • Public/Protected
  • All
Menu

The root node of the EPUB CFI AST (Abstract Syntax Tree).

Hierarchy

Index

Properties

errors

parentPath

parentPath: IEpubCfiPathNode

If the EPUB CFI selects a position, it contains the full path from the OCF document to the target node and offset. If the EPUB CFI is a range, it contains the path common for the start and end positions.

rangeEndPath

rangeEndPath: IEpubCfiPathNode

If set, it is the path that selects the end point of the range, starting from the end of parentPath.

rangeStartPath

rangeStartPath: IEpubCfiPathNode

If set, it is the path that selects the start point of the range, starting from the end of parentPath.

src

src: string

The source EPUB CFI string.

srcModified

srcModified: boolean

If src was modified due to invalid syntax.

Optional srcOffset

srcOffset?: number

The character offset within the source EPUB CFI string corresponding to this node.

type

type: ROOT

The type of EPUB CFI node.

Generated using TypeDoc