public interface IDiagnosticsParticipant
Modifier and Type | Method and Description |
---|---|
void |
doDiagnostics(DOMDocument xmlDocument,
List<org.eclipse.lsp4j.Diagnostic> diagnostics,
org.eclipse.lsp4j.jsonrpc.CancelChecker monitor)
Validate the given XML document.
|
void doDiagnostics(DOMDocument xmlDocument, List<org.eclipse.lsp4j.Diagnostic> diagnostics, org.eclipse.lsp4j.jsonrpc.CancelChecker monitor)
xmlDocument
- XML document to validate.diagnostics
- list to populate with errors, warnings, etcmonitor
- used to stop the validation when XML document changed.Copyright © 2020. All rights reserved.