Modifier and Type | Method and Description |
---|---|
BookModel |
DefaultBookDoxia.loadBook(java.io.File bookDescriptor)
Load a BookModel from a descriptor file.
|
BookModel |
BookDoxia.loadBook(java.io.File bookDescriptor)
Load a BookModel from a descriptor file.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultBookDoxia.renderBook(BookModel book,
java.lang.String bookRendererId,
java.util.List files,
java.io.File outputDirectory)
Creates a book from a BookModel using the
Locale.getDefault() and UTF-8 as default encoding. |
void |
BookDoxia.renderBook(BookModel book,
java.lang.String bookRendererId,
java.util.List files,
java.io.File outputDirectory)
Creates a book from a BookModel using the
Locale.getDefault() and UTF-8 as default encoding. |
void |
DefaultBookDoxia.renderBook(BookModel book,
java.lang.String bookRendererId,
java.util.List files,
java.io.File outputDirectory,
java.util.Locale locale,
java.lang.String inputEncoding,
java.lang.String outputEncoding)
Creates a book from a BookModel.
|
void |
BookDoxia.renderBook(BookModel book,
java.lang.String bookRendererId,
java.util.List files,
java.io.File outputDirectory,
java.util.Locale locale,
java.lang.String inputEncoding,
java.lang.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(java.io.InputStream in)
Method read.
|
BookModel |
BookModelXpp3Reader.read(java.io.InputStream in,
boolean strict)
Method read.
|
BookModel |
BookModelXpp3Reader.read(java.io.Reader reader) |
BookModel |
BookModelXpp3Reader.read(java.io.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(java.io.File bookDescriptor)
Read a BookModel from a descriptor file.
|
BookModel |
BookIo.readBook(java.io.File bookDescriptor)
Read a BookModel from a descriptor file.
|
Modifier and Type | Method and Description |
---|---|
ValidationResult |
DefaultBookValidator.validateBook(BookModel book)
Validate a BookModel.
|
ValidationResult |
BookValidator.validateBook(BookModel book)
Validate a BookModel.
|
Copyright © 2005-2014. All Rights Reserved.