Package org.springframework.xml.validation
package org.springframework.xml.validation
Provides classes for XML validation in JAXP 1.0 and JAXP 1.3. Mostly for internal use
by the framework.
-
ClassDescriptionGeneral utilities for
SchemaFactory
.Convenient utility methods for loading ofSchema
objects, performing standard handling of input streams.Subinterface ofErrorHandler
that allows the registered errors to be retrieved.Deprecated, for removal: This API element is subject to removal in a future version.Exception thrown when a validation error occurs.Simple processor that validates a givenSource
.Factory forXmlValidator
objects, being aware of JAXP 1.3Validator
s, and JAXP 1.0 parsing capabilities.
SaxUtils