Uses of Class
nl.siegmann.epublib.domain.Resources
Packages that use Resources
Package
Description
The classes in this package are used for post-processing Books.
Classes related to making a Book out of a set of .chm (windows help) files.
-
Uses of Resources in nl.siegmann.epublib.bookprocessor
Methods in nl.siegmann.epublib.bookprocessor with parameters of type ResourcesModifier and TypeMethodDescriptionprivate ResourceCoverpageBookProcessor.getFirstImageSource(Resource titlePageResource, Resources resources) -
Uses of Resources in nl.siegmann.epublib.chm
Methods in nl.siegmann.epublib.chm that return ResourcesModifier and TypeMethodDescriptionprivate static ResourcesChmParser.findResources(org.apache.commons.vfs2.FileObject rootDir, String inputEncoding) Methods in nl.siegmann.epublib.chm with parameters of type ResourcesModifier and TypeMethodDescriptionstatic List<TOCReference> HHCParser.parseHhc(InputStream hhcFile, Resources resources) private static List<TOCReference> HHCParser.processLiNode(Node liNode, Resources resources) private static TOCReferenceHHCParser.processObjectNode(Node objectNode, Resources resources) Processes a CHM object node into a TOCReference If the local name is empty then a TOCReference node is made with a null href value.private static List<TOCReference> HHCParser.processUlNode(Node ulNode, Resources resources) -
Uses of Resources in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain declared as ResourcesMethods in nl.siegmann.epublib.domain that return ResourcesModifier and TypeMethodDescriptionBook.getResources()The collection of all images, chapters, sections, xhtml files, stylesheets, etc that make up the book.Methods in nl.siegmann.epublib.domain with parameters of type Resources -
Uses of Resources in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub that return ResourcesModifier and TypeMethodDescription(package private) static ResourcesStrips off the package prefixes up to the href of the packageHref.static ResourcesResourcesLoader.loadResources(ZipFile zipFile, String defaultHtmlEncoding) Loads all entries from the ZipInputStream as Resources.static ResourcesResourcesLoader.loadResources(ZipFile zipFile, String defaultHtmlEncoding, List<MediaType> lazyLoadedTypes) Loads the entries of the zipFile as resources.static ResourcesResourcesLoader.loadResources(ZipInputStream zipInputStream, String defaultHtmlEncoding) Loads all entries from the ZipInputStream as Resources.private static ResourcesPackageDocumentReader.readManifest(Document packageDocument, String packageHref, EpubReader epubReader, Resources resources, Map<String, String> idMapping) Reads the manifest containing the resource ids, hrefs and mediatypes.Methods in nl.siegmann.epublib.epub with parameters of type ResourcesModifier and TypeMethodDescription(package private) static ResourcePackageDocumentReader.findTableOfContentsResource(String tocResourceId, Resources resources) The spine tag should contain a 'toc' attribute with as value the resource id of the table of contents resource.(package private) static ResourcesStrips off the package prefixes up to the href of the packageHref.private static SpinePackageDocumentReader.generateSpineFromResources(Resources resources) Creates a spine out of all resources in the resources.private StringEpubReader.getPackageResourceHref(Resources resources) private voidEpubReader.handleMimeType(Book result, Resources resources) private ResourceEpubReader.processPackageResource(String packageResourceHref, Book book, Resources resources) static voidPackageDocumentReader.read(Resource packageResource, EpubReader epubReader, Book book, Resources resources) private static voidPackageDocumentReader.readGuide(Document packageDocument, EpubReader epubReader, Book book, Resources resources) Reads the book's guide.private static ResourcesPackageDocumentReader.readManifest(Document packageDocument, String packageHref, EpubReader epubReader, Resources resources, Map<String, String> idMapping) Reads the manifest containing the resource ids, hrefs and mediatypes.private static SpinePackageDocumentReader.readSpine(Document packageDocument, Resources resources, Map<String, String> idMapping) Reads the document's spine, containing all sections in reading order. -
Uses of Resources in nl.siegmann.epublib.fileset
Methods in nl.siegmann.epublib.fileset with parameters of type ResourcesModifier and TypeMethodDescriptionprivate static voidFilesetBookCreator.processDirectory(org.apache.commons.vfs2.FileObject rootDir, org.apache.commons.vfs2.FileObject directory, List<TOCReference> sections, Resources resources, String inputEncoding) private static voidFilesetBookCreator.processSubdirectory(org.apache.commons.vfs2.FileObject rootDir, org.apache.commons.vfs2.FileObject file, List<TOCReference> sections, Resources resources, String inputEncoding)