org.apache.maven.doxia.module.docbook
Class DocbookSinkFactory

java.lang.Object
  extended byorg.apache.maven.doxia.sink.AbstractTextSinkFactory
      extended byorg.apache.maven.doxia.sink.AbstractXmlSinkFactory
          extended byorg.apache.maven.doxia.module.docbook.DocbookSinkFactory
All Implemented Interfaces:
SinkFactory

public class DocbookSinkFactory
extends AbstractXmlSinkFactory

Docbook implementation of the Sink factory.

Since:
1.0
Version:
$Id: DocbookSinkFactory.java 739565 2009-01-31 14:39:03Z vsiveton $
Author:
Vincent Siveton
Plexus component:
role:
"org.apache.maven.doxia.sink.SinkFactory"
role-hint:
"docbook"

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.sink.SinkFactory
ROLE
 
Constructor Summary
DocbookSinkFactory()
           
 
Method Summary
protected  Sink createSink(Writer writer, String encoding)
          
protected  Sink createSink(Writer writer, String encoding, String languageId)
          
 
Methods inherited from class org.apache.maven.doxia.sink.AbstractTextSinkFactory
createSink, createSink, createSink, createSink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocbookSinkFactory

public DocbookSinkFactory()
Method Detail

createSink

protected Sink createSink(Writer writer,
                          String encoding)


createSink

protected Sink createSink(Writer writer,
                          String encoding,
                          String languageId)



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