Package com.adobe.epubcheck.overlay
Class OverlayTextChecker
- java.lang.Object
-
- com.adobe.epubcheck.overlay.OverlayTextChecker
-
public final class OverlayTextChecker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<io.mola.galimatias.URL,java.lang.String>docToOverlayMap
-
Constructor Summary
Constructors Constructor Description OverlayTextChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCorrectOverlay(io.mola.galimatias.URL contentDocURL, java.lang.String overlayID)booleanisReferencedByOverlay(io.mola.galimatias.URL contentDocURL)booleanregisterOverlay(io.mola.galimatias.URL contentDocURL, java.lang.String overlayID)
-
-
-
Method Detail
-
registerOverlay
public boolean registerOverlay(io.mola.galimatias.URL contentDocURL, java.lang.String overlayID)
-
isReferencedByOverlay
public boolean isReferencedByOverlay(io.mola.galimatias.URL contentDocURL)
-
isCorrectOverlay
public boolean isCorrectOverlay(io.mola.galimatias.URL contentDocURL, java.lang.String overlayID)
-
-