Uses of Class
org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
Packages that use LSPXMLGrammarPool
Package
Description
-
Uses of LSPXMLGrammarPool in org.eclipse.lemminx.extensions.contentmodel.model
Fields in org.eclipse.lemminx.extensions.contentmodel.model declared as LSPXMLGrammarPoolMethods in org.eclipse.lemminx.extensions.contentmodel.model that return LSPXMLGrammarPool -
Uses of LSPXMLGrammarPool in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
Subclasses of LSPXMLGrammarPool in org.eclipse.lemminx.extensions.contentmodel.participants.diagnosticsModifier and TypeClassDescriptionclassXerces grammar pool which tracks all DTD grammars which are cached for an XML validation.Constructors in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics with parameters of type LSPXMLGrammarPoolModifierConstructorDescriptionLSPSAXParser(LSPErrorReporterForXML reporter, org.apache.xerces.xni.parser.XMLParserConfiguration config, LSPXMLGrammarPool grammarPool, DOMDocument document) LSPXMLGrammarPoolWrapper(LSPXMLGrammarPool delegate) -
Uses of LSPXMLGrammarPool in org.eclipse.lemminx.extensions.xerces
Constructors in org.eclipse.lemminx.extensions.xerces with parameters of type LSPXMLGrammarPoolModifierConstructorDescriptionLSPXMLEntityManager(AbstractLSPErrorReporter errorReporter, LSPXMLGrammarPool grammarPool)