Structs§
- Block
- BlockId
- Book
- BookId
- DomPath
- Inline
Mark - Metadata
- Protected
Span - Resource
- Section
- Section
Id - Spine
Item - TextRun
Enums§
Constants§
- TEXT_
NODE_ PATH_ BASE - Path component base for addressing text nodes. Element children are
indexed 0, 1, 2, …; the N-th non-whitespace text node inside an
element is addressed as
TEXT_NODE_PATH_BASE + Nin the final path component. The offset keeps text-node addresses from ever colliding with element indices. Reader and writer must count the same set of text nodes (non-whitespace after entity decoding) for paths to align.