org.apache.maven.doxia.module.xhtml
Class XhtmlSinkFactory
java.lang.Object
org.apache.maven.doxia.sink.AbstractTextSinkFactory
org.apache.maven.doxia.sink.AbstractXmlSinkFactory
org.apache.maven.doxia.module.xhtml.XhtmlSinkFactory
- All Implemented Interfaces:
- SinkFactory
public class XhtmlSinkFactory
- extends AbstractXmlSinkFactory
Xhtml implementation of the Sink factory.
- Since:
- 1.0
- Version:
- $Id: XhtmlSinkFactory.java 739565 2009-01-31 14:39:03Z vsiveton $
- Author:
- Vincent Siveton
- Plexus component:
- role:
- "org.apache.maven.doxia.sink.SinkFactory"
- role-hint:
- "xhtml"
|
| Fields inherited from interface org.apache.maven.doxia.sink.SinkFactory |
ROLE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XhtmlSinkFactory
public XhtmlSinkFactory()
createSink
protected Sink createSink(Writer writer,
String encoding)
-
- Specified by:
createSink in class AbstractTextSinkFactory
createSink
protected Sink createSink(Writer writer,
String encoding,
String languageId)
-
- Specified by:
createSink in class AbstractXmlSinkFactory
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.