Class AbstractDOMDocumentCommandHandler
java.lang.Object
org.eclipse.lemminx.services.extensions.commands.AbstractDOMDocumentCommandHandler
- All Implemented Interfaces:
IXMLCommandService.IDelegateCommandHandler
- Direct Known Subclasses:
AssociateGrammarCommand,CheckBoundGrammarCommand,SurroundWithCommand,XMLValidationFileCommand
public abstract class AbstractDOMDocumentCommandHandler
extends Object
implements IXMLCommandService.IDelegateCommandHandler
Abstract command to work with a given
DOMDocument filled in the first
argument of the command as TextDocumentIdentifier.- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ObjectexecuteCommand(DOMDocument document, org.eclipse.lsp4j.ExecuteCommandParams params, SharedSettings sharedSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Executes a commandfinal ObjectexecuteCommand(org.eclipse.lsp4j.ExecuteCommandParams params, SharedSettings sharedSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Executes a command
-
Constructor Details
-
AbstractDOMDocumentCommandHandler
-
-
Method Details