Package com.jcabi.xml

Interface XSD

All Known Implementing Classes:
XSDDocument

public interface XSD
XSD schema.

Implementation of this interface must be immutable and thread-safe.

Since:
0.5
See Also:
Suppressed Checkstyle violations:
AbbreviationAsWordInNameCheck (5 lines)
  • Method Details

    • validate

      Validate XML.
      Parameters:
      xml - Source XML document
      Returns:
      Collection of problems found (empty if no problems)