Uses of Class
org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPErrorReporterForXML
-
-
Uses of LSPErrorReporterForXML in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
Constructors in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics with parameters of type LSPErrorReporterForXML Constructor Description LSPSAXParser(LSPErrorReporterForXML reporter, org.apache.xerces.xni.parser.XMLParserConfiguration config, LSPXMLGrammarPool grammarPool, DOMDocument document) -
Uses of LSPErrorReporterForXML in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Constructors in org.eclipse.lemminx.extensions.relaxng.grammar.rng with parameters of type LSPErrorReporterForXML Constructor Description RNGParserConfiguration(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 LSPErrorReporterForXML Constructor Description XMLModelAwareParserConfiguration(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.
-