Class ImageMapExtractor

  • All Implemented Interfaces:
    ReferenceExtractor

    @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public class ImageMapExtractor
    extends java.lang.Object
    implements ReferenceExtractor
    Returns an optional Reference with type Type.STATIC_CONTENT and the URL of the image map.
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageMapExtractor​(ro.sync.ecss.css.StyleSheet stylesheet)
      Creates and extractor with the given stylesheet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<Reference> extract​(ro.sync.ecss.dom.AuthorSentinelNode node)
      Returns a Reference for the external resource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageMapExtractor

        public ImageMapExtractor​(ro.sync.ecss.css.StyleSheet stylesheet)
        Creates and extractor with the given stylesheet
        Parameters:
        stylesheet -