Interface RichTextOutgoingReferencesExtractor
-
- All Known Implementing Classes:
DocbookOutgoingReferencesExtractor
,HTMLOutgoingReferencesExtractor
public interface RichTextOutgoingReferencesExtractor
Extracts the outgoing references from a rich text metadata. This may be part of the (global) outgoing references extractor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutgoingReferences
getOutgoingReferences(RichText richText)
This method analyzes a rich text to return the list of outgoing references
-
-
-
Method Detail
-
getOutgoingReferences
OutgoingReferences getOutgoingReferences(RichText richText)
This method analyzes a rich text to return the list of outgoing references- Parameters:
richText
- The rich text to analyze- Returns:
- The outgoing references for the rich text
-
-