Class schema_reference_4CodeAction
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractFixMissingGrammarCodeAction
org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.schema_reference_4CodeAction
- All Implemented Interfaces:
ICodeActionParticipant
Code Action that creates a schema file referenced by
xsi:noNamespaceSchemaLocation if it is missing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FileContentGeneratorSettingsReturns the grammar settings used to generate the missing grammar file (XSD, DTD).protected StringMethods inherited from class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractFixMissingGrammarCodeAction
doCodeAction, getResolveCodeActionParticipant
-
Constructor Details
-
schema_reference_4CodeAction
public schema_reference_4CodeAction()
-
-
Method Details
-
getFileContentGeneratorSettings
Description copied from class:AbstractFixMissingGrammarCodeActionReturns the grammar settings used to generate the missing grammar file (XSD, DTD).- Specified by:
getFileContentGeneratorSettingsin classAbstractFixMissingGrammarCodeAction- Returns:
- the grammar settings used to generate the missing grammar file (XSD, DTD).
-
getParticipantId
- Specified by:
getParticipantIdin classAbstractFixMissingGrammarCodeAction
-