Class XMLSyntaxRelatedInfoFinder
- java.lang.Object
-
- org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxRelatedInfoFinder
-
- All Implemented Interfaces:
IRelatedInfoFinder
public class XMLSyntaxRelatedInfoFinder extends Object implements IRelatedInfoFinder
Find related information for an XML syntax error
-
-
Constructor Summary
Constructors Constructor Description XMLSyntaxRelatedInfoFinder()
-
Method Summary
All Methods Instance Methods Concrete 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
public List<org.eclipse.lsp4j.DiagnosticRelatedInformation> findRelatedInformation(int offset, String errorKey, DOMDocument document)
Description copied from interface:IRelatedInfoFinderReturns a list of related information- Specified by:
findRelatedInformationin interfaceIRelatedInfoFinder- Parameters:
offset- The LemMinX reported error start offseterrorKey- The error keydocument- The document- Returns:
- a list of related information
-
-