NCXDocument
Reads and writes the NCX (Navigation Control file for XML) document defined by namespace http://www.daisy.org/z3986/2005/ncx/.
Properties
Functions
Link copied to clipboard
fun createNCXResource(identifiers: List<Identifier>, title: String, authors: List<Author>, tableOfContents: TableOfContents): Resource
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun write(writer: XmlWriter, identifiers: List<Identifier>, title: String, authors: List<Author>, tableOfContents: TableOfContents)