Interface IRelatedInfoFinder
- All Known Implementing Classes:
AggregateRelatedInfoFinder,XMLSyntaxRelatedInfoFinder
public interface IRelatedInfoFinder
Provides an interface to find related info for a given error
-
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.lsp4j.DiagnosticRelatedInformation>findRelatedInformation(int offset, String errorKey, DOMDocument document) Returns a list of related information
-
Method Details
-
findRelatedInformation
List<org.eclipse.lsp4j.DiagnosticRelatedInformation> findRelatedInformation(int offset, String errorKey, DOMDocument document) Returns a list of related information- Parameters:
offset- The LemMinX reported error start offseterrorKey- The error keydocument- The document- Returns:
- a list of related information
-