Interface ReferenceExtractor

  • All Known Implementing Classes:
    ImageMapExtractor

    @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface ReferenceExtractor
    Interface used to extract a Reference from a node
    Since:
    21.1
    • Method Detail

      • extract

        java.util.Optional<Reference> extract​(ro.sync.ecss.dom.AuthorSentinelNode node)
        Returns a Reference for the external resource
        Parameters:
        node - the document node
        Returns:
        reference data of the external resource associated with the node