Uses of Interface
org.springframework.xml.validation.XmlValidator
Package
Description
Provides classes for XML validation in JAXP 1.0 and JAXP 1.3.
Provides an abstraction over XSD XML schemas.
Contains a implementation of the
XsdSchema
interfaces that uses Apache WS-Commons XML Schema.-
Uses of XmlValidator in org.springframework.xml.validation
Modifier and TypeMethodDescriptionstatic XmlValidator
XmlValidatorFactory.createValidator
(org.springframework.core.io.Resource[] schemaResources, String schemaLanguage) Create aXmlValidator
with the given schema resources and schema language type.static XmlValidator
XmlValidatorFactory.createValidator
(org.springframework.core.io.Resource schemaResource, String schemaLanguage) Create aXmlValidator
with the given schema resource and schema language type. -
Uses of XmlValidator in org.springframework.xml.xsd
Modifier and TypeMethodDescriptionSimpleXsdSchema.createValidator()
XsdSchema.createValidator()
Creates aXmlValidator
based on the schema.XsdSchemaCollection.createValidator()
Creates aXmlValidator
based on the schemas contained in this collection. -
Uses of XmlValidator in org.springframework.xml.xsd.commons
Modifier and TypeMethodDescriptionCommonsXsdSchema.createValidator()
CommonsXsdSchemaCollection.createValidator()