Uses of Class
org.apache.maven.doxia.sink.XhtmlBaseSink

Packages that use XhtmlBaseSink
org.apache.maven.doxia.module.xdoc   
org.apache.maven.doxia.module.xhtml   
 

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

Subclasses of XhtmlBaseSink in org.apache.maven.doxia.module.xdoc
 class XdocSink
          Xdoc Sink implementation.
 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.XdocSink(java.io.Writer) as usual and reformat the Sink content produced with XmlUtil.prettyFormat(java.io.Reader, java.io.Writer).
 

Uses of XhtmlBaseSink in org.apache.maven.doxia.module.xhtml
 

Subclasses of XhtmlBaseSink in org.apache.maven.doxia.module.xhtml
 class XhtmlSink
          Xhtml 1.0 Transitional sink implementation.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.