Uses of Interface
org.eclipse.lemminx.services.extensions.commands.IXMLCommandService.IDelegateCommandHandler
-
Packages that use IXMLCommandService.IDelegateCommandHandler Package Description org.eclipse.lemminx org.eclipse.lemminx.extensions.contentmodel.commands org.eclipse.lemminx.services.extensions.commands -
-
Uses of IXMLCommandService.IDelegateCommandHandler in org.eclipse.lemminx
Methods in org.eclipse.lemminx with parameters of type IXMLCommandService.IDelegateCommandHandler Modifier and Type Method Description voidXMLWorkspaceService. registerCommand(String commandId, IXMLCommandService.IDelegateCommandHandler handler) -
Uses of IXMLCommandService.IDelegateCommandHandler in org.eclipse.lemminx.extensions.contentmodel.commands
Classes in org.eclipse.lemminx.extensions.contentmodel.commands that implement IXMLCommandService.IDelegateCommandHandler Modifier and Type Class Description classAssociateGrammarCommandXML Command "xml.associate.grammar.insert" to associate a grammar to a given DOM document.classCheckBoundGrammarCommandXML Command "xml.check.bound.grammar" to verify if an XML document already has a bound grammar/schema, opened from the command palette.classCheckFilePatternCommandXML Command "xml.check.file.pattern" whose first argument is a file pattern, and whose second argument is some file URI.classSurroundWithCommandXML Command "xml.refactor.surround.with" to support surround: Surround with Tags (Wrap) Surround with Comments Surround with CDATAclassXMLValidationAllFilesCommandXML Command "xml.validation.all.files" to revalidate all opened XML files which means: clear the Xerces grammar pool (used by the Xerces validation) and the content model documents cache (used by the XML completion/hover based on the grammar) trigger the validation for the all opened XML filesclassXMLValidationFileCommandXML Command "xml.validation.current.file" to revalidate a give XML file which means: remove the referenced grammar in the XML file from the Xerces grammar pool (used by the Xerces validation) and the content model documents cache (used by the XML completion/hover based on the grammar) trigger the validation for the given XML file -
Uses of IXMLCommandService.IDelegateCommandHandler in org.eclipse.lemminx.services.extensions.commands
Classes in org.eclipse.lemminx.services.extensions.commands that implement IXMLCommandService.IDelegateCommandHandler Modifier and Type Class Description classAbstractDOMDocumentCommandHandlerAbstract command to work with a givenDOMDocumentfilled in the first argument of the command asTextDocumentIdentifier.Methods in org.eclipse.lemminx.services.extensions.commands with parameters of type IXMLCommandService.IDelegateCommandHandler Modifier and Type Method Description voidIXMLCommandService. registerCommand(String commandId, IXMLCommandService.IDelegateCommandHandler handler)Registers a command with the language server
-