Package | Description |
---|---|
nl.siegmann.epublib.domain | |
nl.siegmann.epublib.epub |
Modifier and Type | Method and Description |
---|---|
Author |
Metadata.addAuthor(Author author) |
Author |
Metadata.addContributor(Author contributor) |
Modifier and Type | Method and Description |
---|---|
List<Author> |
Metadata.getAuthors() |
List<Author> |
Metadata.getContributors() |
Modifier and Type | Method and Description |
---|---|
Author |
Metadata.addAuthor(Author author) |
Author |
Metadata.addContributor(Author contributor) |
Modifier and Type | Method and Description |
---|---|
void |
Metadata.setAuthors(List<Author> authors) |
void |
Metadata.setContributors(List<Author> contributors) |
Modifier and Type | Method and Description |
---|---|
static Resource |
NCXDocument.createNCXResource(List<Identifier> identifiers,
String title,
List<Author> authors,
TableOfContents tableOfContents) |
static void |
NCXDocument.write(org.xmlpull.v1.XmlSerializer serializer,
List<Identifier> identifiers,
String title,
List<Author> authors,
TableOfContents tableOfContents) |
Copyright © 2009–2017. All rights reserved.