Spring Web Services Framework

Package org.springframework.xml.transform

Provides classes that help with XML transformations.

See:
          Description

Interface Summary
TraxUtils.ResultCallback Callback interface invoked on each sort of Result.
TraxUtils.SourceCallback Callback interface invoked on each sort of Source.
 

Class Summary
ResourceSource Convenient subclass of SAXSource that reads from a Spring Resource.
StringResult Convenient subclass of StreamResult that writes to a StringWriter.
StringSource Convenient subclass of StreamSource that reads from a StringReader.
TransformerHelper Helper class for Transformer usage.
TransformerObjectSupport Convenient base class for objects that use a Transformer.
TraxUtils Convenient utility methods for dealing with TrAX.
 

Package org.springframework.xml.transform Description

Provides classes that help with XML transformations. Mostly for internal use by the framework.


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.