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 |
ExternalResourceErrorCode.registerCodeActionParticipants(Map<String,ICodeActionParticipant> codeActionParticipants) |
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 |
CloseTagCodeAction
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_2_4_bCodeAction
CodeAction to insert expected child elements within an element
Given this XML where the expected child elements are not present as defined
in the XSD:
|
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_elt_1_aCodeAction
Code action to find the expected element name defined in the given xsd and
replace it
Given this XML where 'root' is defined as the root element in the XSD
|
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 |
DownloadDisabledResourceCodeAction
Code action to force download of an external resource.
|
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 |
ETagUnterminatedCodeAction
Code action to fix ETagUnterminated error.
|
class |
FixMissingSpaceCodeAction
Adds a space at the end of the diagnostic range
|
class |
MarkupEntityMismatchCodeAction
MarkupEntityMismatchCodeAction is a code action that triggers when the end
tag of the root element is missing.
|
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 |
SemicolonRequiredInReferenceCodeAction
Code action to fix SemicolonRequiredInReference error.
|
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 | Class and Description |
---|---|
class |
AbstractFixMissingGrammarCodeAction
Abstract code action participant which manages missing referenced grammar file (DTD, XSD).
|
class |
DTDNotFoundCodeAction
Code Action that creates a DTD file referenced with System ID of DOCTYPE.
|
class |
schema_reference_4CodeAction
Code Action that creates a schema file referenced by
xsi:noNamespaceSchemaLocation if it is missing
|
Modifier and Type | Class and Description |
---|---|
class |
NoGrammarConstraintsCodeAction
Code Action to bind a XML to a grammar (DTD, XSD) by generating the grammar.
|
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 © 2022. All rights reserved.