Class AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant

java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
All Implemented Interfaces:
ICodeActionResolvesParticipant
Direct Known Subclasses:
GenerateDocTypeCodeActionResolver, GenerateRelaxNGSchemaCodeActionResolver, GenerateXMLModelWithDTDCodeActionResolver, GenerateXMLModelWithXSDCodeActionResolver, GenerateXSINoNamespaceSchemaCodeActionResolver

public abstract class AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant extends Object implements ICodeActionResolvesParticipant
Abstract class to:
  • insert the grammar association in the XML (ex : xsi:noNamespaceSchemaLocation)
  • generate the grammar XSD/DTD file
Author:
Angelo ZERR
  • Constructor Details

    • AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant

      public AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant()
  • Method Details