| Package | Description |
|---|---|
| org.springframework.xml |
Provides classes for XML handling: version detection and a base XML exception class.
|
| org.springframework.xml.dom |
Provides classes that help with DOM: the Document Object Model.
|
| org.springframework.xml.namespace |
Provides classes that help with XML Namespace processing.
|
| org.springframework.xml.sax |
Provides classes that help with SAX: the Simple API for XML.
|
| org.springframework.xml.transform |
Provides classes that help with XML transformations.
|
| 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. |