Uses of Class
org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPErrorReporterForXML
Packages that use LSPErrorReporterForXML
Package
Description
-
Uses of LSPErrorReporterForXML in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
Constructors in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics with parameters of type LSPErrorReporterForXMLModifierConstructorDescriptionLSPSAXParser(LSPErrorReporterForXML reporter, org.apache.xerces.xni.parser.XMLParserConfiguration config, LSPXMLGrammarPool grammarPool, DOMDocument document) LSPXMLParserConfiguration(org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool, boolean disableDTDValidation, LSPErrorReporterForXML reporterForXML, LSPErrorReporterForXML reporterForGrammar, LSPXMLEntityManager entityManager, XMLValidationSettings validationSettings) -
Uses of LSPErrorReporterForXML in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Constructors in org.eclipse.lemminx.extensions.relaxng.grammar.rng with parameters of type LSPErrorReporterForXMLModifierConstructorDescriptionRNGParserConfiguration(LSPErrorReporterForXML reporter) RNGSAXParser(LSPErrorReporterForXML reporter, org.apache.xerces.xni.parser.XMLParserConfiguration config) RNGXMLReaderCreator(LSPErrorReporterForXML reporter) -
Uses of LSPErrorReporterForXML in org.eclipse.lemminx.extensions.xerces.xmlmodel
Constructors in org.eclipse.lemminx.extensions.xerces.xmlmodel with parameters of type LSPErrorReporterForXMLModifierConstructorDescriptionXMLModelAwareParserConfiguration(org.apache.xerces.util.SymbolTable symbolTable, org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool, LSPErrorReporterForXML reporterForGrammar) Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.