Uses of Class
org.eclipse.lemminx.extensions.xerces.ReferencedGrammarDiagnosticsInfo
-
-
Uses of ReferencedGrammarDiagnosticsInfo in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
Constructor parameters in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics with type arguments of type ReferencedGrammarDiagnosticsInfo Constructor Description LSPErrorReporterForXML(DOMDocument xmlDocument, List<org.eclipse.lsp4j.Diagnostic> diagnostics, ContentModelManager contentModelManager, boolean hasRelatedInformation, Map<String,ReferencedGrammarDiagnosticsInfo> referencedGrammarDiagnosticsInfoCache) -
Uses of ReferencedGrammarDiagnosticsInfo in org.eclipse.lemminx.extensions.xerces
Constructor parameters in org.eclipse.lemminx.extensions.xerces with type arguments of type ReferencedGrammarDiagnosticsInfo Constructor Description AbstractReferencedGrammarLSPErrorReporter(String source, DOMDocument xmlDocument, List<org.eclipse.lsp4j.Diagnostic> diagnostics, ContentModelManager contentModelManager, boolean hasRelatedInformation, Map<String,ReferencedGrammarDiagnosticsInfo> referencedGrammarDiagnosticsInfoCache) -
Uses of ReferencedGrammarDiagnosticsInfo in org.eclipse.lemminx.extensions.xsd.participants.diagnostics
Constructor parameters in org.eclipse.lemminx.extensions.xsd.participants.diagnostics with type arguments of type ReferencedGrammarDiagnosticsInfo Constructor Description LSPErrorReporterForXSD(DOMDocument xmlDocument, List<org.eclipse.lsp4j.Diagnostic> diagnostics, ContentModelManager contentModelManager, boolean hasRelatedInformation, Map<String,ReferencedGrammarDiagnosticsInfo> referencedGrammarDiagnosticsInfoCache)
-