Interface IRelatedInfoFinder
-
- All Known Implementing Classes:
AggregateRelatedInfoFinder,XMLSyntaxRelatedInfoFinder
public interface IRelatedInfoFinderProvides an interface to find related info for a given error
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.eclipse.lsp4j.DiagnosticRelatedInformation>findRelatedInformation(int offset, String errorKey, DOMDocument document)Returns a list of related information
-
-
-
Method Detail
-
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
-
-