Package | Description |
---|---|
org.springframework.xml.validation |
Provides classes for XML validation in JAXP 1.0 and JAXP 1.3.
|
org.springframework.xml.xsd |
Provides an abstraction over XSD XML schemas.
|
org.springframework.xml.xsd.commons |
Contains a implementation of the
XsdSchema interfaces that uses Apache WS-Commons XML Schema. |
Modifier and Type | Method and Description |
---|---|
static XmlValidator |
XmlValidatorFactory.createValidator(org.springframework.core.io.Resource[] schemaResources,
String schemaLanguage)
Create a
XmlValidator with the given schema resources and schema language type. |
static XmlValidator |
XmlValidatorFactory.createValidator(org.springframework.core.io.Resource schemaResource,
String schemaLanguage)
Create a
XmlValidator with the given schema resource and schema language type. |
Modifier and Type | Method and Description |
---|---|
XmlValidator |
SimpleXsdSchema.createValidator() |
XmlValidator |
XsdSchema.createValidator()
Creates a
XmlValidator based on the schema. |
XmlValidator |
XsdSchemaCollection.createValidator()
Creates a
XmlValidator based on the schemas contained in this collection. |
Modifier and Type | Method and Description |
---|---|
XmlValidator |
CommonsXsdSchemaCollection.createValidator() |
XmlValidator |
CommonsXsdSchema.createValidator() |
Copyright © 2020 Pivotal Software. All rights reserved.