| Class | Description |
|---|---|
| AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant |
Abstract class to:
insert the grammar association in the XML (ex :
xsi:noNamespaceSchemaLocation)
generate the grammar XSD/DTD file
|
| 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
|
| GenerateRelaxNGSchemaCodeActionResolver |
Code 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 schema
|
| 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
|
| 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
|
| 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
|
| NoGrammarConstraintsCodeAction |
Code Action to bind a XML to a grammar (DTD, XSD) by generating the grammar.
|
| NoGrammarConstraintsDataConstants |
Data entry field used in the codeAction/resolve to generate the grammar.
|
Copyright © 2023. All rights reserved.