Modifier and Type | Method and Description |
---|---|
BookModel |
DefaultBookDoxia.loadBook(File bookDescriptor)
Load a BookModel from a descriptor file.
|
BookModel |
BookDoxia.loadBook(File bookDescriptor)
Load a BookModel from a descriptor file.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultBookDoxia.renderBook(BookModel book,
String bookRendererId,
List files,
File outputDirectory)
Creates a book from a BookModel using the
Locale.getDefault() and UTF-8 as default encoding. |
void |
BookDoxia.renderBook(BookModel book,
String bookRendererId,
List files,
File outputDirectory)
Creates a book from a BookModel using the
Locale.getDefault() and UTF-8 as default encoding. |
void |
DefaultBookDoxia.renderBook(BookModel book,
String bookRendererId,
List files,
File outputDirectory,
Locale locale,
String inputEncoding,
String outputEncoding)
Creates a book from a BookModel.
|
void |
BookDoxia.renderBook(BookModel book,
String bookRendererId,
List files,
File outputDirectory,
Locale locale,
String inputEncoding,
String outputEncoding)
Creates a book from a BookModel.
|
Modifier and Type | Method and Description |
---|---|
BookModel |
BookContext.getBook()
Return the BookModel of this BookContext.
|
Modifier and Type | Method and Description |
---|---|
void |
BookContext.setBook(BookModel book)
Set the BookModel of this BookContext.
|
Modifier and Type | Method and Description |
---|---|
BookModel |
BookModelXpp3Reader.read(InputStream in)
Method read.
|
BookModel |
BookModelXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
BookModel |
BookModelXpp3Reader.read(Reader reader) |
BookModel |
BookModelXpp3Reader.read(Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
BookIndexer.indexBook(BookModel book,
BookContext bookContext)
Index a book.
|
void |
DefaultBookIndexer.indexBook(BookModel book,
BookContext bookContext)
Index a book.
|
Modifier and Type | Method and Description |
---|---|
BookModel |
DefaultBookIo.readBook(File bookDescriptor)
Read a BookModel from a descriptor file.
|
BookModel |
BookIo.readBook(File bookDescriptor)
Read a BookModel from a descriptor file.
|
Modifier and Type | Method and Description |
---|---|
ValidationResult |
BookValidator.validateBook(BookModel book)
Validate a BookModel.
|
ValidationResult |
DefaultBookValidator.validateBook(BookModel book)
Validate a BookModel.
|
Copyright © 2005–2016. All rights reserved.