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 Type
    Method
    Description
    default void
    Performs XML document validation
    void
    validate(DOMDocument document, Map<String,Object> validationArgs)
    Performs XML document validation
  • Method Details

    • validate

      void validate(DOMDocument document, Map<String,Object> validationArgs)
      Performs XML document validation
      Parameters:
      document - the XML document
      validationArgs - validation arguments.
    • validate

      default void validate(DOMDocument document)
      Performs XML document validation
      Parameters:
      document - the XML document