Class | Description |
---|---|
AbstractFixMissingGrammarCodeAction |
Code Action which manages missing referenced grammar file (DTD, XSD).
|
CloseTagCodeAction |
Code action to fix close start tag element.
|
cvc_attribute_3CodeAction |
Code action to fix cvc-attribute-3 error.
|
cvc_complex_type_2_1CodeAction |
Code action to fix cvc-complex-type.2.1 error.
|
cvc_complex_type_2_3CodeAction |
Code action to fix cvc-complex-type.2.3 error.
|
cvc_complex_type_2_4_aCodeAction |
cvc_complex_type_2_4_a
|
cvc_complex_type_3_2_2CodeAction |
Code action to fix cvc-complex-type.3.2.2 error.
|
cvc_complex_type_4CodeAction |
Code action to fix cvc-complex-type.4 error.
|
cvc_enumeration_validCodeAction |
Code action to fix cvc_enumeration_valid error only for text, because for
attribute cvc-attribute-3 error fix it.
|
cvc_type_3_1_1CodeAction |
Code action to fix cvc-type.3.1.1 error.
|
dtd_not_foundCodeAction |
Code Action that creates a DTD file referenced with System ID of DOCTYPE.
|
ElementDeclUnterminatedCodeAction |
Code action to fix ElementDeclUnterminated error.
|
ElementUnterminatedCodeAction |
Code action to fix ElementUnterminated error.
|
EntityNotDeclaredCodeAction |
Code action to fix EntityNotDeclaredCodeAction error.
|
EqRequiredInAttributeCodeAction |
Code action to fix EqRequiredInAttribute error.
|
ETagRequiredCodeAction |
Code action to fix ETagRequired error.
|
ETagUnterminatedCodeAction |
Code action to fix ETagUnterminated error.
|
FixMissingSpaceCodeAction |
Adds a space at the end of the diagnostic range
|
MarkupEntityMismatchCodeAction |
MarkupEntityMismatchCodeAction is a code action that triggers when the end
tag of the root element is missing.
|
NoGrammarConstraintsCodeAction |
Code Action to bind a XML to a grammar (DTD, XSD) by generating the grammar.
|
OpenQuoteExpectedCodeAction |
OpenQuoteExpectedCodeAction
|
RootElementTypeMustMatchDoctypedeclCodeAction |
Code action for RootElementTypeMustMatchDoctypedecl
This class depends on the diagnostic message (Diagnostic#message) to
determine the correct root name.
|
s4s_elt_invalid_content_3CodeAction |
Code action to fix cvc-attribute-3 error.
|
schema_reference_4CodeAction |
Code Action that creates a schema file referenced by
xsi:noNamespaceSchemaLocation if it is missing
|
src_import_1_2CodeAction |
Code action to fix cvc-attribute-3 error.
|
TargetNamespace_1CodeAction |
CodeAction to replace an incorrect namespace in an .xml document.
|
TargetNamespace_2CodeAction |
Code action to add the missing xmlns declaration to the root element in an
.xml document.
|
Copyright © 2021. All rights reserved.