Interface XsdSchemaCollection

All Known Implementing Classes:
CommonsXsdSchemaCollection

public interface XsdSchemaCollection
Represents an abstraction for a collection of XSD schemas.
Since:
1.5.0
Author:
Arjen Poutsma
  • Method Details

    • getXsdSchemas

      XsdSchema[] getXsdSchemas()
      Returns all schemas contained in this collection.
      Returns:
      the schemas contained in this collection
    • createValidator

      XmlValidator createValidator()
      Creates a XmlValidator based on the schemas contained in this collection.
      Returns:
      a validator for this collection