public class XMLSyntaxRelatedInfoFinder extends Object implements IRelatedInfoFinder
Constructor and Description |
---|
XMLSyntaxRelatedInfoFinder() |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.lsp4j.DiagnosticRelatedInformation> |
findRelatedInformation(int offset,
String errorKey,
DOMDocument document)
Returns a list of related information
|
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.