Uses of Class
com.adobe.epubcheck.opf.OPFItem
Packages that use OPFItem
-
Uses of OPFItem in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type OPFItemModifier and TypeFieldDescriptionOPFItems.itemsOPFItems.itemsByIdOPFItems.itemsByURLfinal com.google.common.base.Optional<OPFItem> ValidationContext.opfItemThe Package Document item for the validated resource.OPFItems.spineMethods in com.adobe.epubcheck.opf that return OPFItemModifier and TypeMethodDescriptionOPFItem.Builder.build()Builds a new immutableOPFItemfrom this builder.Methods in com.adobe.epubcheck.opf that return types with arguments of type OPFItemModifier and TypeMethodDescriptioncom.google.common.base.Optional<OPFItem> OPFHandler.getItemById(String id) Search the list of item by ID.com.google.common.base.Optional<OPFItem> OPFItems.getItemById(String id) Search the item with the given ID.com.google.common.base.Optional<OPFItem> OPFHandler.getItemByURL(io.mola.galimatias.URL url) Search the list of item by URL.com.google.common.base.Optional<OPFItem> OPFItems.getItemByURL(io.mola.galimatias.URL url) Search the item with the given path.OPFHandler.getItems()Returns an immutable list of all the items in the OPF, in document order, including those represented bylinkelements pointing to local resources.OPFItems.getItems()Returns the list of items in this set, in document order.OPFHandler.getSpineItems()Returns an immutable list of the items in the spine.OPFItems.getSpineItems()Returns the list of items in the spine.FallbackChainResolver.resolve()Methods in com.adobe.epubcheck.opf with parameters of type OPFItemModifier and TypeMethodDescriptionprotected voidOPFChecker.checkItem(OPFItem item, OPFHandler opfHandler) protected voidOPFChecker30.checkItem(OPFItem item, OPFHandler opfHandler) protected voidOPFChecker.checkItemAfterResourceValidation(OPFItem item) protected voidOPFChecker30.checkItemAfterResourceValidation(OPFItem item) protected voidOPFChecker.checkItemContent(OPFItem item) protected voidOPFChecker.checkSpineItem(OPFItem item, OPFHandler opfHandler) protected voidOPFChecker30.checkSpineItem(OPFItem item, OPFHandler opfHandler) protected voidOPFHandler.reportItem(OPFItem item) Report features or messages for a given item.protected voidOPFHandler30.reportItem(OPFItem item) Constructor parameters in com.adobe.epubcheck.opf with type arguments of type OPFItem -
Uses of OPFItem in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as OPFItemFields in org.w3c.epubcheck.core.references with type parameters of type OPFItemModifier and TypeFieldDescriptionprivate final com.google.common.base.Optional<OPFItem> Resource.itemMethods in org.w3c.epubcheck.core.references that return OPFItemMethods in org.w3c.epubcheck.core.references that return types with arguments of type OPFItemModifier and TypeMethodDescriptionResourceRegistry.getOPFItem(io.mola.galimatias.URL url) Returns anOptionalcontaining the Package Document item for the given Publication Resource path, orif no resource has been registered for the given path.invalid reference
Optional#absent()Methods in org.w3c.epubcheck.core.references with parameters of type OPFItemModifier and TypeMethodDescriptionstatic ResourcevoidResourceRegistry.registerResource(OPFItem item)