Uses of Interface
org.eclipse.lemminx.services.extensions.codeaction.ICodeActionResolvesParticipant
-
-
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants that return ICodeActionResolvesParticipant Modifier and Type Method Description ICodeActionResolvesParticipantContentModelCodeActionParticipant. getResolveCodeActionParticipant(String participantId) -
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement
Classes in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement that implement ICodeActionResolvesParticipant Modifier and Type Class Description classrequired_element_missingCodeActionResolverCodeAction resolver used to generate missing element contentclassrequired_elements_missing_expectedCodeActionResolverCodeAction resolver used to generate missing element of choiceMethods in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement that return ICodeActionResolvesParticipant Modifier and Type Method Description ICodeActionResolvesParticipantrequired_element_missingCodeAction. getResolveCodeActionParticipant(String participantId)ICodeActionResolvesParticipantrequired_elements_missing_expectedCodeAction. getResolveCodeActionParticipant(String participantId) -
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
Classes in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar that implement ICodeActionResolvesParticipant Modifier and Type Class Description classAbstractGenerateGrammarCodeActionResolverBase 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)classGenerateDTDCodeActionResolverCode action resolver participant to generate the missing DTD which is declared in the XML as association via DOCTYPE or xml-model.classGenerateXSDCodeActionResolverCode action resolver participant to generate the missing XSD which is declared in the XML as association via xsi:noNamespaceSchemaLocation or xml-model.Methods in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar that return ICodeActionResolvesParticipant Modifier and Type Method Description ICodeActionResolvesParticipantAbstractFixMissingGrammarCodeAction. getResolveCodeActionParticipant(String participantId) -
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
Classes in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints that implement ICodeActionResolvesParticipant Modifier and Type Class Description classAbstractGenerateGrammarAndAssociationResolveCodeActionParticipantAbstract class to: insert the grammar association in the XML (ex : xsi:noNamespaceSchemaLocation) generate the grammar XSD/DTD fileclassGenerateDocTypeCodeActionResolverCode action resolver participant used to: generate the DTD file for the given DOM document generate the association DOCTYPE in the XML to bind it with the generated DTDclassGenerateRelaxNGSchemaCodeActionResolverCode action resolver participant used to: generate the RelaxNG file for the given DOM document generate the association relaxng in the XML to bind it with the generated RelaxNG schemaclassGenerateXMLModelWithDTDCodeActionResolverCode action resolver participant used to: generate the DTD file for the given DOM document generate the association xml-model in the XML to bind it with the generated DTDclassGenerateXMLModelWithXSDCodeActionResolverCode action resolver participant used to: generate the XSD file for the given DOM document generate the association xml-model in the XML to bind it with the generated XSDclassGenerateXSINoNamespaceSchemaCodeActionResolverCode action resolver participant used to: generate the XSD file for the given DOM document generate the association xsi:noNamespaceSchemaLocation in the XML to bind it with the generated XSDMethods in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints that return ICodeActionResolvesParticipant Modifier and Type Method Description ICodeActionResolvesParticipantNoGrammarConstraintsCodeAction. getResolveCodeActionParticipant(String participantId) -
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.services.extensions.codeaction
Methods in org.eclipse.lemminx.services.extensions.codeaction that return ICodeActionResolvesParticipant Modifier and Type Method Description default ICodeActionResolvesParticipantICodeActionParticipant. getResolveCodeActionParticipant(String participantId)Returns the codeAction resolver participant identified by the givenparticipantIdand null otherwise.
-