Class DTDNotFoundCodeAction
- java.lang.Object
-
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractFixMissingGrammarCodeAction
-
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.DTDNotFoundCodeAction
-
- All Implemented Interfaces:
ICodeActionParticipant
public class DTDNotFoundCodeAction extends AbstractFixMissingGrammarCodeAction
Code Action that creates a DTD file referenced with System ID of DOCTYPE.
-
-
Constructor Summary
Constructors Constructor Description DTDNotFoundCodeAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FileContentGeneratorSettingsgetFileContentGeneratorSettings()Returns the grammar settings used to generate the missing grammar file (XSD, DTD).protected StringgetParticipantId()-
Methods inherited from class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractFixMissingGrammarCodeAction
doCodeAction, getResolveCodeActionParticipant
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionParticipant
doCodeActionUnconditional
-
-
-
-
Method Detail
-
getFileContentGeneratorSettings
protected FileContentGeneratorSettings 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
protected String getParticipantId()
- Specified by:
getParticipantIdin classAbstractFixMissingGrammarCodeAction
-
-