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