Package org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
package org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
-
ClassesClassDescriptionAbstract code action participant which manages missing referenced grammar file (DTD, XSD).Base class of the code action resolver participant used to generate the missing grammar (DTD / XSD) which is declared in the XML as association (ex : via xsi:noNamespaceSchemaLocation)Code Action that creates a DTD file referenced with System ID of DOCTYPE.Code action resolver participant to generate the missing DTD which is declared in the XML as association via DOCTYPE or xml-model.Code action resolver participant to generate the missing XSD which is declared in the XML as association via xsi:noNamespaceSchemaLocation or xml-model.Data entry field used in the codeAction/resolve for missing grammar.Code Action that creates a schema file referenced by xsi:noNamespaceSchemaLocation if it is missing