Interface ValidationResult

All Superinterfaces:
ParseResult

public interface ValidationResult extends ParseResult
Simple extension of ParseResult to indicate whether the result of XML validation is valid or not.
  • Method Details

    • isValid

      boolean isValid()
      Is the XML document valid according to the supplied schema?
      Returns:
      true if the result is for a valid XML document, otherwise false