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) |
static void |
XMLSchemaErrorCode.registerCodeActionParticipants(Map<String,ICodeActionParticipant> codeActions) |
static void |
DTDErrorCode.registerCodeActionParticipants(Map<String,ICodeActionParticipant> codeActions) |
Modifier and Type | Class and Description |
---|---|
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 |
ElementDeclUnterminatedCodeAction
Code action to fix ElementDeclUnterminated error.
|
class |
ElementUnterminatedCodeAction
Code action to fix ElementUnterminated error.
|
class |
EqRequiredInAttributeCodeAction
Code action to fix EqRequiredInAttribute error.
|
class |
ETagRequiredCodeAction
ETagRequiredCodeAction
|
class |
MarkupEntityMismatchCodeAction
MarkupEntityMismatchCodeAction is a code action that triggers when the end tag of the
root element is missing.
|
class |
OpenQuoteExpectedCodeAction
OpenQuoteExpectedCodeAction
|
class |
s4s_elt_invalid_content_3CodeAction
Code action to fix cvc-attribute-3 error.
|
class |
src_import_1_2CodeAction
Code action to fix cvc-attribute-3 error.
|
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.