Package org.eclipse.lemminx.services
Interface IXMLValidationService
- All Known Implementing Classes:
XMLLanguageServer
public interface IXMLValidationService
XML Document validation service available to XML LS extensions
- Author:
- Alex Boyko
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvalidate(DOMDocument document) Performs XML document validationvoidvalidate(DOMDocument document, Map<String, Object> validationArgs) Performs XML document validation
-
Method Details
-
validate
Performs XML document validation- Parameters:
document- the XML documentvalidationArgs- validation arguments.
-
validate
Performs XML document validation- Parameters:
document- the XML document
-