Uses of Class
org.springframework.beandoc.output.XslTransformer

Packages that use XslTransformer
org.springframework.beandoc.output The output package holds classes used to actually generate beandoc documentation (usually HTML) and where appropriate, .dot files that the graphing engine will use to draw the graphs. 
 

Uses of XslTransformer in org.springframework.beandoc.output
 

Subclasses of XslTransformer in org.springframework.beandoc.output
 class ConsolidatedTransformer
          Generates a consolidated Document from the array of individual Document objects and allows subclasses to transform this instead.
 class DotFileTransformer
          Generates graphs from the context files, firstly transforming the XML to an intermediate .dot file that GraphViz uses to generate the actual images.
 



Copyright © 2004-2010 Spring BeanDoc. All Rights Reserved.