Uses of Class
com.adobe.epubcheck.opf.OPFItem
-
Packages that use OPFItem Package Description com.adobe.epubcheck.opf org.w3c.epubcheck.core.references -
-
Uses of OPFItem in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type OPFItem Modifier and Type Field Description private java.util.List<OPFItem>OPFItems. itemsprivate java.util.Map<java.lang.String,OPFItem>OPFItems. itemsByIdprivate java.util.Map<io.mola.galimatias.URL,OPFItem>OPFItems. itemsByURLcom.google.common.base.Optional<OPFItem>ValidationContext. opfItemThe Package Document item for the validated resource.private java.util.List<OPFItem>OPFItems. spineMethods in com.adobe.epubcheck.opf that return OPFItem Modifier and Type Method Description OPFItemOPFItem.Builder. build()Builds a new immutableOPFItemfrom this builder.Methods in com.adobe.epubcheck.opf that return types with arguments of type OPFItem Modifier and Type Method Description com.google.common.base.Optional<OPFItem>OPFHandler. getItemById(java.lang.String id)Search the list of item by ID.com.google.common.base.Optional<OPFItem>OPFItems. getItemById(java.lang.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.java.util.List<OPFItem>OPFHandler. getItems()Returns an immutable list of all the items in the OPF, in document order, including those represented bylinkelements pointing to local resources.java.util.List<OPFItem>OPFItems. getItems()Returns the list of items in this set, in document order.java.util.List<OPFItem>OPFHandler. getSpineItems()Returns an immutable list of the items in the spine.java.util.List<OPFItem>OPFItems. getSpineItems()Returns the list of items in the spine.java.util.List<OPFItem>FallbackChainResolver. resolve()Methods in com.adobe.epubcheck.opf with parameters of type OPFItem Modifier and Type Method Description protected 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 Constructor Description OPFItems(java.lang.Iterable<OPFItem> items, java.lang.Iterable<java.lang.String> spineIDs) -
Uses of OPFItem in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as OPFItem Modifier and Type Field Description private OPFItemResource.Builder. itemFields in org.w3c.epubcheck.core.references with type parameters of type OPFItem Modifier and Type Field Description private com.google.common.base.Optional<OPFItem>Resource. itemMethods in org.w3c.epubcheck.core.references that return OPFItem Modifier and Type Method Description OPFItemResource. getItem()Methods in org.w3c.epubcheck.core.references that return types with arguments of type OPFItem Modifier and Type Method Description java.util.Optional<OPFItem>ResourceRegistry. getOPFItem(io.mola.galimatias.URL url)Returns anOptionalcontaining the Package Document item for the given Publication Resource path, orOptional#absent()if no resource has been registered for the given path.Methods in org.w3c.epubcheck.core.references with parameters of type OPFItem Modifier and Type Method Description static ResourceResource. fromItem(OPFItem item)Resource.BuilderResource.Builder. item(OPFItem item)voidResourceRegistry. registerResource(OPFItem item)
-