Class | Description |
---|---|
XMLValidationAllFilesCommand |
XML Command 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
|
XMLValidationFileCommand |
XML Command 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
|
Copyright © 2020. All rights reserved.