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 Summary

    Modifier and Type
    Method
    Description
    extract(ro.sync.ecss.dom.AuthorSentinelNode node)
    Returns a Reference for the external resource
  • Method Details

    • extract

      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