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)
IRelatedInfoFinderfindRelatedInformation in interface IRelatedInfoFinderoffset - The LemMinX reported error start offseterrorKey - The error keydocument - The documentCopyright © 2021. All rights reserved.