|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.sink.AbstractTextSinkFactory
org.apache.maven.doxia.sink.AbstractXmlSinkFactory
org.apache.maven.doxia.module.fo.FoSinkFactory
public class FoSinkFactory
FO implementation of the Sink factory.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.doxia.sink.SinkFactory |
|---|
ROLE |
| Constructor Summary | |
|---|---|
FoSinkFactory()
|
|
| Method Summary | |
|---|---|
protected Sink |
createSink(java.io.Writer writer,
java.lang.String encoding)
Create a text Sink for a given encoding. |
protected Sink |
createSink(java.io.Writer writer,
java.lang.String encoding,
java.lang.String languageId)
Create a text Sink for a given encoding and for a given language identifier. |
| 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 |
|---|
public FoSinkFactory()
| Method Detail |
|---|
protected Sink createSink(java.io.Writer writer,
java.lang.String encoding)
createSink in class AbstractTextSinkFactorywriter - The writer for the sink output, never null.encoding - The character encoding used by the writer.
protected Sink createSink(java.io.Writer writer,
java.lang.String encoding,
java.lang.String languageId)
createSink in class AbstractXmlSinkFactorywriter - The writer for the sink output, never null.encoding - The character encoding used by the writer.languageId - language identifier for the root element as defined by
IETF BCP 47, Tags for the Identification of Languages;
in addition, the empty string may be specified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||