public interface XsdSchemaCollection
Modifier and Type | Method and Description |
---|---|
XmlValidator |
createValidator()
Creates a
XmlValidator based on the schemas contained in this collection. |
XsdSchema[] |
getXsdSchemas()
Returns all schemas contained in this collection.
|
XsdSchema[] getXsdSchemas()
XmlValidator createValidator() throws IOException
XmlValidator
based on the schemas contained in this collection.IOException
- in case of I/O errorsCopyright © 2005–2015 The Spring Web Services Framework. All rights reserved.