Uses of Class
nl.siegmann.epublib.domain.Author
-
Packages that use Author Package Description nl.siegmann.epublib.domain nl.siegmann.epublib.epub -
-
Uses of Author in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain with type parameters of type Author Modifier and Type Field Description private java.util.List<Author>Metadata. authorsprivate java.util.List<Author>Metadata. contributorsMethods in nl.siegmann.epublib.domain that return Author Modifier and Type Method Description AuthorMetadata. addAuthor(Author author)AuthorMetadata. addContributor(Author contributor)Methods in nl.siegmann.epublib.domain that return types with arguments of type Author Modifier and Type Method Description java.util.List<Author>Metadata. getAuthors()java.util.List<Author>Metadata. getContributors()Methods in nl.siegmann.epublib.domain with parameters of type Author Modifier and Type Method Description AuthorMetadata. addAuthor(Author author)AuthorMetadata. addContributor(Author contributor)Method parameters in nl.siegmann.epublib.domain with type arguments of type Author Modifier and Type Method Description voidMetadata. setAuthors(java.util.List<Author> authors)voidMetadata. setContributors(java.util.List<Author> contributors) -
Uses of Author in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub that return Author Modifier and Type Method Description private static AuthorPackageDocumentMetadataReader. createAuthor(org.w3c.dom.Element authorElement)Methods in nl.siegmann.epublib.epub that return types with arguments of type Author Modifier and Type Method Description private static java.util.List<Author>PackageDocumentMetadataReader. readAuthors(java.lang.String authorTag, org.w3c.dom.Element metadataElement)private static java.util.List<Author>PackageDocumentMetadataReader. readContributors(org.w3c.dom.Element metadataElement)private static java.util.List<Author>PackageDocumentMetadataReader. readCreators(org.w3c.dom.Element metadataElement)
-