Uses of Class
nl.siegmann.epublib.domain.Identifier
-
Packages that use Identifier Package Description nl.siegmann.epublib.domain nl.siegmann.epublib.epub -
-
Uses of Identifier in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain with type parameters of type Identifier Modifier and Type Field Description private java.util.List<Identifier>Metadata. identifiersMethods in nl.siegmann.epublib.domain that return Identifier Modifier and Type Method Description IdentifierMetadata. addIdentifier(Identifier identifier)static IdentifierIdentifier. getBookIdIdentifier(java.util.List<Identifier> identifiers)The first identifier for which the bookId is true is made the bookId identifier.Methods in nl.siegmann.epublib.domain that return types with arguments of type Identifier Modifier and Type Method Description java.util.List<Identifier>Metadata. getIdentifiers()Methods in nl.siegmann.epublib.domain with parameters of type Identifier Modifier and Type Method Description IdentifierMetadata. addIdentifier(Identifier identifier)Method parameters in nl.siegmann.epublib.domain with type arguments of type Identifier Modifier and Type Method Description static IdentifierIdentifier. getBookIdIdentifier(java.util.List<Identifier> identifiers)The first identifier for which the bookId is true is made the bookId identifier.voidMetadata. setIdentifiers(java.util.List<Identifier> identifiers) -
Uses of Identifier in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub that return types with arguments of type Identifier Modifier and Type Method Description private static java.util.List<Identifier>PackageDocumentMetadataReader. readIdentifiers(org.w3c.dom.Element metadataElement)Method parameters in nl.siegmann.epublib.epub with type arguments of type Identifier Modifier and Type Method Description static ResourceNCXDocument. createNCXResource(java.util.List<Identifier> identifiers, java.lang.String title, java.util.List<Author> authors, TableOfContents tableOfContents)static voidNCXDocument. write(org.xmlpull.v1.XmlSerializer serializer, java.util.List<Identifier> identifiers, java.lang.String title, java.util.List<Author> authors, TableOfContents tableOfContents)private static voidPackageDocumentMetadataWriter. writeIdentifiers(java.util.List<Identifier> identifiers, org.xmlpull.v1.XmlSerializer serializer)Writes out the complete list of Identifiers to the package document.
-