Package org.springframework.xml.xsd
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 Summary
Modifier and TypeMethodDescriptionCreates aXmlValidator
based on the schemas contained in this collection.Returns all schemas contained in this collection.
-
Method Details
-
getXsdSchemas
XsdSchema[] getXsdSchemas()Returns all schemas contained in this collection.- Returns:
- the schemas contained in this collection
-
createValidator
XmlValidator createValidator()Creates aXmlValidator
based on the schemas contained in this collection.- Returns:
- a validator for this collection
-