Modifier and Type | Method and Description |
---|---|
ICodeActionResolvesParticipant |
ContentModelCodeActionParticipant.getResolveCodeActionParticipant(String participantId) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenerateGrammarCodeActionResolver
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)
|
class |
GenerateDTDCodeActionResolver
Code action resolver participant to generate the missing DTD which is
declared in the XML as association via DOCTYPE or xml-model.
|
class |
GenerateXSDCodeActionResolver
Code action resolver participant to generate the missing XSD which is
declared in the XML as association via xsi:noNamespaceSchemaLocation or
xml-model.
|
Modifier and Type | Method and Description |
---|---|
ICodeActionResolvesParticipant |
AbstractFixMissingGrammarCodeAction.getResolveCodeActionParticipant(String participantId) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
Abstract class to:
insert the grammar association in the XML (ex :
xsi:noNamespaceSchemaLocation)
generate the grammar XSD/DTD file
|
class |
GenerateDocTypeCodeActionResolver
Code 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
DTD
|
class |
GenerateXMLModelWithDTDCodeActionResolver
Code 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 DTD
|
class |
GenerateXMLModelWithXSDCodeActionResolver
Code 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 XSD
|
class |
GenerateXSINoNamespaceSchemaCodeActionResolver
Code 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 XSD
|
Modifier and Type | Method and Description |
---|---|
ICodeActionResolvesParticipant |
NoGrammarConstraintsCodeAction.getResolveCodeActionParticipant(String participantId) |
Modifier and Type | Method and Description |
---|---|
default ICodeActionResolvesParticipant |
ICodeActionParticipant.getResolveCodeActionParticipant(String participantId)
Returns the codeAction resolver participant identified by the given
participantId and null otherwise. |
Copyright © 2022. All rights reserved.