Interface DocumentValidator

All Known Implementing Classes:
DefaultDocumentValidator

public interface DocumentValidator
  • Method Summary

    Modifier and Type Method Description
    boolean validate​(ProblemHandler handler, Source xml)
    Method signature for checking to see if a label is valid.
  • Method Details

    • validate

      boolean validate​(ProblemHandler handler, Source xml)
      Method signature for checking to see if a label is valid.
      Parameters:
      handler - A problem handler.
      xml - An object representation of a parsed xml document.
      Returns:
      flag indicating whether or not the step in validation was passed.