Modifier and Type | Method and Description |
---|---|
XMLValidationSettings |
XMLTextDocumentService.getValidationSettings() |
Modifier and Type | Method and Description |
---|---|
void |
ContentModelDiagnosticsParticipant.doDiagnostics(DOMDocument xmlDocument,
List<org.eclipse.lsp4j.Diagnostic> diagnostics,
XMLValidationSettings validationSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker monitor) |
static void |
XMLValidator.doDiagnostics(DOMDocument document,
org.apache.xerces.xni.parser.XMLEntityResolver entityResolver,
List<org.eclipse.lsp4j.Diagnostic> diagnostics,
XMLValidationSettings validationSettings,
ContentModelManager contentModelManager,
org.eclipse.lsp4j.jsonrpc.CancelChecker monitor) |
Modifier and Type | Method and Description |
---|---|
XMLValidationSettings |
ContentModelSettings.getValidation() |
XMLValidationSettings |
XMLValidationSettings.merge(XMLValidationSettings settings) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.DiagnosticSeverity |
XMLValidationSettings.getNoGrammarSeverity(XMLValidationSettings validationSettings)
Returns the
noGrammar severity according the given settings and
DiagnosticSeverity.Hint otherwise. |
XMLValidationSettings |
XMLValidationSettings.merge(XMLValidationSettings settings) |
void |
ContentModelSettings.setValidation(XMLValidationSettings validation) |
Modifier and Type | Method and Description |
---|---|
void |
DTDDiagnosticsParticipant.doDiagnostics(DOMDocument xmlDocument,
List<org.eclipse.lsp4j.Diagnostic> diagnostics,
XMLValidationSettings validationSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
Modifier and Type | Method and Description |
---|---|
void |
XSDDiagnosticsParticipant.doDiagnostics(DOMDocument xmlDocument,
List<org.eclipse.lsp4j.Diagnostic> diagnostics,
XMLValidationSettings validationSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.lsp4j.Diagnostic> |
XMLLanguageService.doDiagnostics(DOMDocument xmlDocument,
XMLValidationSettings validationSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
CompletableFuture<Path> |
XMLLanguageService.publishDiagnostics(DOMDocument xmlDocument,
Consumer<org.eclipse.lsp4j.PublishDiagnosticsParams> publishDiagnostics,
Consumer<TextDocument> triggerValidation,
XMLValidationSettings validationSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
Modifier and Type | Method and Description |
---|---|
void |
IDiagnosticsParticipant.doDiagnostics(DOMDocument xmlDocument,
List<org.eclipse.lsp4j.Diagnostic> diagnostics,
XMLValidationSettings validationSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Validate the given XML document.
|
Modifier and Type | Method and Description |
---|---|
XMLValidationSettings |
SharedSettings.getValidationSettings() |
Copyright © 2020. All rights reserved.