Interface DocumentValidator

    • Method Detail

      • 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.