|
||||||||||
| 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
public abstract class AbstractXmlSinkFactory
An abstract SinkFactory for XML markup syntax. UTF-8 is used
when no encoding is specified.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.doxia.sink.SinkFactory |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractXmlSinkFactory()
|
|
| Method Summary | |
|---|---|
protected abstract 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, createSink |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractXmlSinkFactory()
| Method Detail |
|---|
protected abstract Sink createSink(java.io.Writer writer,
java.lang.String encoding,
java.lang.String languageId)
writer - 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 | |||||||||