| Package | Description |
|---|---|
| nl.siegmann.epublib.domain | |
| nl.siegmann.epublib.epub |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
Metadata.addIdentifier(Identifier identifier) |
static Identifier |
Identifier.getBookIdIdentifier(List<Identifier> identifiers)
The first identifier for which the bookId is true is made the bookId identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<Identifier> |
Metadata.getIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
Metadata.addIdentifier(Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
static Identifier |
Identifier.getBookIdIdentifier(List<Identifier> identifiers)
The first identifier for which the bookId is true is made the bookId identifier.
|
void |
Metadata.setIdentifiers(List<Identifier> identifiers) |
| 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.