Uses of Class
org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
-
-
Uses of LSPXMLGrammarPool in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model that return LSPXMLGrammarPool Modifier and Type Method Description LSPXMLGrammarPoolContentModelManager. getGrammarPool() -
Uses of LSPXMLGrammarPool in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
Subclasses of LSPXMLGrammarPool in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics Modifier and Type Class Description classLSPXMLGrammarPoolWrapperXerces 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 LSPXMLGrammarPool Constructor Description LSPSAXParser(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 LSPXMLGrammarPool Constructor Description LSPXMLEntityManager(AbstractLSPErrorReporter errorReporter, LSPXMLGrammarPool grammarPool)
-