public class AggregateRelatedInfoFinder extends Object implements IRelatedInfoFinder
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.lsp4j.DiagnosticRelatedInformation> |
findRelatedInformation(int offset,
String errorKey,
DOMDocument document)
Returns a list of related information
|
static AggregateRelatedInfoFinder |
getInstance() |
public static AggregateRelatedInfoFinder getInstance()
public List<org.eclipse.lsp4j.DiagnosticRelatedInformation> findRelatedInformation(int offset, String errorKey, DOMDocument document)
IRelatedInfoFinder
findRelatedInformation
in interface IRelatedInfoFinder
offset
- The LemMinX reported error start offseterrorKey
- The error keydocument
- The documentCopyright © 2022. All rights reserved.