Uses of Class
org.eclipse.lemminx.services.extensions.commands.AbstractDOMDocumentCommandHandler
-
Packages that use AbstractDOMDocumentCommandHandler Package Description org.eclipse.lemminx.extensions.contentmodel.commands -
-
Uses of AbstractDOMDocumentCommandHandler in org.eclipse.lemminx.extensions.contentmodel.commands
Subclasses of AbstractDOMDocumentCommandHandler in org.eclipse.lemminx.extensions.contentmodel.commands 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.classSurroundWithCommandXML Command "xml.refactor.surround.with" to support surround: Surround with Tags (Wrap) Surround with Comments Surround with CDATAclassXMLValidationFileCommandXML 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
-