Class | Description |
---|---|
AbstractFixMissingGrammarCodeAction |
Abstract code action participant which manages missing referenced grammar file (DTD, XSD).
|
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)
|
DTDNotFoundCodeAction |
Code Action that creates a DTD file referenced with System ID of DOCTYPE.
|
GenerateDTDCodeActionResolver |
Code action resolver participant to generate the missing DTD which is
declared in the XML as association via DOCTYPE or xml-model.
|
GenerateXSDCodeActionResolver |
Code action resolver participant to generate the missing XSD which is
declared in the XML as association via xsi:noNamespaceSchemaLocation or
xml-model.
|
MissingGrammarDataConstants |
Data entry field used in the codeAction/resolve for missing grammar.
|
schema_reference_4CodeAction |
Code Action that creates a schema file referenced by
xsi:noNamespaceSchemaLocation if it is missing
|
Copyright © 2022. All rights reserved.