Spring Web Services Framework

Uses of Interface
org.springframework.xml.validation.XmlValidator

Packages that use XmlValidator
org.springframework.xml.validation Provides classes for XML validation in JAXP 1.0 and JAXP 1.3. 
 

Uses of XmlValidator in org.springframework.xml.validation
 

Methods in org.springframework.xml.validation that return XmlValidator
static XmlValidator XmlValidatorFactory.createValidator(Resource[] schemaResources, String schemaLanguage)
          Create a XmlValidator with the given schema resources and schema language type.
static XmlValidator XmlValidatorFactory.createValidator(Resource schemaResource, String schemaLanguage)
          Create a XmlValidator with the given schema resource and schema language type.
 


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.