Uses of Class
nl.siegmann.epublib.domain.Identifier
Packages that use Identifier
-
Uses of Identifier in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain with type parameters of type IdentifierMethods in nl.siegmann.epublib.domain that return IdentifierModifier and TypeMethodDescriptionMetadata.addIdentifier(Identifier identifier) static IdentifierIdentifier.getBookIdIdentifier(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 IdentifierMethods in nl.siegmann.epublib.domain with parameters of type IdentifierMethod parameters in nl.siegmann.epublib.domain with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic IdentifierIdentifier.getBookIdIdentifier(List<Identifier> identifiers) The first identifier for which the bookId is true is made the bookId identifier.voidMetadata.setIdentifiers(List<Identifier> identifiers) -
Uses of Identifier in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate static List<Identifier> PackageDocumentMetadataReader.readIdentifiers(Element metadataElement) Method parameters in nl.siegmann.epublib.epub with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic ResourceNCXDocument.createNCXResource(List<Identifier> identifiers, String title, List<Author> authors, TableOfContents tableOfContents) static voidNCXDocument.write(org.xmlpull.v1.XmlSerializer serializer, List<Identifier> identifiers, String title, List<Author> authors, TableOfContents tableOfContents) private static voidPackageDocumentMetadataWriter.writeIdentifiers(List<Identifier> identifiers, org.xmlpull.v1.XmlSerializer serializer) Writes out the complete list of Identifiers to the package document.