Package | Description |
---|---|
org.springframework.xml.validation |
Provides classes for XML validation in JAXP 1.0 and JAXP 1.3.
|
org.springframework.xml.xpath |
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
|
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 | Class and Description |
---|---|
class |
XmlValidationException
Exception thrown when a validation error occurs
|
Modifier and Type | Class and Description |
---|---|
class |
XPathException
Exception thrown when an error occurs during XPath processing.
|
class |
XPathParseException
Exception throws when a XPath expression cannot be parsed.
|
Modifier and Type | Class and Description |
---|---|
class |
XsdSchemaException
Base class for all WSDL definition exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsXsdSchemaException
Commons XmlSchema version of the
XsdSchemaException . |
Copyright © 2020 Pivotal Software. All rights reserved.