Modifier and Type | Class and Description |
---|---|
class |
ContentModelCodeActionParticipant
Extension to support XML code actions based on content model (XML Schema
completion, etc)
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLSyntaxErrorCode.registerCodeActionParticipants(Map<String,ICodeActionParticipant> codeActions,
SharedSettings sharedSettings) |
static void |
XMLSchemaErrorCode.registerCodeActionParticipants(Map<String,ICodeActionParticipant> codeActions,
SharedSettings sharedSettings) |
static void |
DTDErrorCode.registerCodeActionParticipants(Map<String,ICodeActionParticipant> codeActions,
SharedSettings sharedSettings) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFixMissingGrammarCodeAction
Code Action which manages missing referenced grammar file (DTD, XSD).
|
class |
CloseStartTagCodeAction
Code action to fix close start tag element.
|
class |
cvc_attribute_3CodeAction
Code action to fix cvc-attribute-3 error.
|
class |
cvc_complex_type_2_1CodeAction
Code action to fix cvc-complex-type.2.1 error.
|
class |
cvc_complex_type_2_3CodeAction
Code action to fix cvc-complex-type.2.3 error.
|
class |
cvc_complex_type_2_4_aCodeAction
cvc_complex_type_2_4_a
|
class |
cvc_complex_type_3_2_2CodeAction
Code action to fix cvc-complex-type.3.2.2 error.
|
class |
cvc_complex_type_4CodeAction
Code action to fix cvc-complex-type.4 error.
|
class |
cvc_enumeration_validCodeAction
Code action to fix cvc_enumeration_valid error only for text, because for
attribute cvc-attribute-3 error fix it.
|
class |
cvc_type_3_1_1CodeAction
Code action to fix cvc-type.3.1.1 error.
|
class |
dtd_not_foundCodeAction
Code Action that creates a DTD file referenced with System ID of DOCTYPE.
|
class |
ElementDeclUnterminatedCodeAction
Code action to fix ElementDeclUnterminated error.
|
class |
ElementUnterminatedCodeAction
Code action to fix ElementUnterminated error.
|
class |
EntityNotDeclaredCodeAction
Code action to fix EntityNotDeclaredCodeAction error.
|
class |
EqRequiredInAttributeCodeAction
Code action to fix EqRequiredInAttribute error.
|
class |
ETagRequiredCodeAction
Code action to fix ETagRequired error.
|
class |
MarkupEntityMismatchCodeAction
MarkupEntityMismatchCodeAction is a code action that triggers when the end
tag of the root element is missing.
|
class |
NoGrammarConstraintsCodeAction
Code Action to bind a XML to a grammar (DTD, XSD) by generating the grammar.
|
class |
OpenQuoteExpectedCodeAction
OpenQuoteExpectedCodeAction
|
class |
RootElementTypeMustMatchDoctypedeclCodeAction
Code action for RootElementTypeMustMatchDoctypedecl
This class depends on the diagnostic message (Diagnostic#message) to
determine the correct root name.
|
class |
s4s_elt_invalid_content_3CodeAction
Code action to fix cvc-attribute-3 error.
|
class |
schema_reference_4CodeAction
Code Action that creates a schema file referenced by
xsi:noNamespaceSchemaLocation if it is missing
|
class |
src_import_1_2CodeAction
Code action to fix cvc-attribute-3 error.
|
class |
TargetNamespace_1CodeAction
CodeAction to replace an incorrect namespace in an .xml document.
|
class |
TargetNamespace_2CodeAction
Code action to add the missing xmlns declaration to the root element in an
.xml document.
|
Modifier and Type | Method and Description |
---|---|
static void |
XSDErrorCode.registerCodeActionParticipants(Map<String,ICodeActionParticipant> codeActions) |
Modifier and Type | Method and Description |
---|---|
List<ICodeActionParticipant> |
XMLExtensionsRegistry.getCodeActionsParticipants() |
Modifier and Type | Method and Description |
---|---|
void |
XMLExtensionsRegistry.registerCodeActionParticipant(ICodeActionParticipant codeActionsParticipant) |
void |
XMLExtensionsRegistry.unregisterCodeActionParticipant(ICodeActionParticipant codeActionsParticipant) |
Copyright © 2020. All rights reserved.