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
Modifier and TypeMethodDescriptiongetOutgoingReferences
(RichText richText) This method analyzes a rich text to return the list of outgoing references
-
Method Details
-
getOutgoingReferences
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
-