Uses of Class
org.apache.maven.doxia.module.xdoc.XdocSink

Packages that use XdocSink
org.apache.maven.doxia.book.services.renderer.xdoc   
org.apache.maven.doxia.module.xdoc   
 

Uses of XdocSink in org.apache.maven.doxia.book.services.renderer.xdoc
 

Subclasses of XdocSink in org.apache.maven.doxia.book.services.renderer.xdoc
 class AbstractXdocBookSink
          Abstract XdocSink implementation for book.
 class ChapterXdocBookSink
          A XdocSink implementation for chapter in a book.
 class IndexXdocBookSink
          A XdocSink implementation for index book.
 class SectionXdocBookSink
          A XdocSink implementation for section in a book
 

Uses of XdocSink in org.apache.maven.doxia.module.xdoc
 

Subclasses of XdocSink in org.apache.maven.doxia.module.xdoc
 class XmlWriterXdocSink
          Deprecated. Since 1.1, this sink is not more supported. If you are looking for a Sink which produces pretty formatted XML, you could use the XdocSink(java.io.Writer) as usual and reformat the Sink content produced with XmlUtil.prettyFormat(java.io.Reader, java.io.Writer).
 



Copyright © 2005-2012. All Rights Reserved.