Class XMLValidationAllFilesCommand

  • All Implemented Interfaces:
    IXMLCommandService.IDelegateCommandHandler

    public class XMLValidationAllFilesCommand
    extends Object
    implements IXMLCommandService.IDelegateCommandHandler
    XML 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 files
    Author:
    Angelo ZERR