public interface XsdSchema
Modifier and Type | Method and Description |
---|---|
XmlValidator |
createValidator()
Creates a
XmlValidator based on the schema. |
Source |
getSource()
Returns the
Source of the schema. |
String |
getTargetNamespace()
Returns the target namespace of this schema.
|
String getTargetNamespace()
Source getSource()
Source
of the schema.XmlValidator createValidator() throws IOException
XmlValidator
based on the schema.IOException
- in case of I/O errorsCopyright © 2005–2015 The Spring Web Services Framework. All rights reserved.