Uses of Interface
org.apache.maven.doxia.sink.Sink
-
-
Uses of Sink in org.apache.maven.doxia
Methods in org.apache.maven.doxia with parameters of type Sink Modifier and Type Method Description void
DefaultDoxia. parse(java.io.Reader source, java.lang.String parserId, Sink sink)
Parses the given source model using a parser with given id, and emits Doxia events into the given sink.void
Doxia. parse(java.io.Reader source, java.lang.String parserId, Sink sink)
Parses the given source model using a parser with given id, and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.index
Classes in org.apache.maven.doxia.index that implement Sink Modifier and Type Class Description class
IndexingSink
A sink implementation for index. -
Uses of Sink in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro with parameters of type Sink Modifier and Type Method Description void
EchoMacro. execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink.void
Macro. execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink.void
SsiMacro. execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink.void
SwfMacro. execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink. -
Uses of Sink in org.apache.maven.doxia.macro.snippet
Methods in org.apache.maven.doxia.macro.snippet with parameters of type Sink Modifier and Type Method Description void
SnippetMacro. execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink. -
Uses of Sink in org.apache.maven.doxia.macro.toc
Methods in org.apache.maven.doxia.macro.toc with parameters of type Sink Modifier and Type Method Description void
TocMacro. execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink. -
Uses of Sink in org.apache.maven.doxia.module.apt
Classes in org.apache.maven.doxia.module.apt that implement Sink Modifier and Type Class Description class
AptSink
APT generator implementation.Fields in org.apache.maven.doxia.module.apt declared as Sink Modifier and Type Field Description protected Sink
AptParser. sink
the sink to receive the events.Methods in org.apache.maven.doxia.module.apt that return Sink Modifier and Type Method Description protected Sink
AptSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.Methods in org.apache.maven.doxia.module.apt with parameters of type Sink Modifier and Type Method Description protected void
AptParser. doTraverseText(java.lang.String text, int begin, int end, Sink sink)
Parse the given text.void
AptParser. parse(java.io.Reader source, Sink sink)
void
AptParser. parse(java.io.Reader source, Sink sink, java.lang.String reference)
-
Uses of Sink in org.apache.maven.doxia.module.confluence
Classes in org.apache.maven.doxia.module.confluence that implement Sink Modifier and Type Class Description class
ConfluenceSink
Confluence Sink implementation.Methods in org.apache.maven.doxia.module.confluence that return Sink Modifier and Type Method Description protected Sink
ConfluenceSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.Methods in org.apache.maven.doxia.module.confluence with parameters of type Sink Modifier and Type Method Description void
ConfluenceParser. parse(java.io.Reader source, Sink sink)
void
ConfluenceParser. parse(java.io.Reader source, Sink sink, java.lang.String reference)
-
Uses of Sink in org.apache.maven.doxia.module.confluence.parser
Methods in org.apache.maven.doxia.module.confluence.parser with parameters of type Sink Modifier and Type Method Description abstract void
AbstractFatherBlock. after(Sink sink)
after.void
BoldBlock. after(Sink sink)
after.abstract void
AbstractFatherBlock. before(Sink sink)
before.void
BoldBlock. before(Sink sink)
before.void
AbstractFatherBlock. traverse(Sink sink)
traverse.void
Block. traverse(Sink sink)
traverse.void
LinethroughBlock. traverse(Sink sink)
void
SubBlock. traverse(Sink sink)
void
SupBlock. traverse(Sink sink)
void
TextBlock. traverse(Sink sink)
traverse.void
UnderlineBlock. traverse(Sink sink)
-
Uses of Sink in org.apache.maven.doxia.module.confluence.parser.list
Methods in org.apache.maven.doxia.module.confluence.parser.list with parameters of type Sink Modifier and Type Method Description void
NumberedListBlock. after(Sink sink)
after.void
NumberedListBlock. before(Sink sink)
before. -
Uses of Sink in org.apache.maven.doxia.module.docbook
Classes in org.apache.maven.doxia.module.docbook that implement Sink Modifier and Type Class Description class
DocBookSink
Docbook Sink implementation.Methods in org.apache.maven.doxia.module.docbook that return Sink Modifier and Type Method Description protected Sink
DocbookSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.protected Sink
DocbookSinkFactory. 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 in org.apache.maven.doxia.module.docbook with parameters of type Sink Modifier and Type Method Description protected void
DocBookParser. handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles CDATA sections.protected void
DocBookParser. handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles comments.protected void
DocBookParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
DocBookParser. handleEntity(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles entities.protected void
DocBookParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.protected void
DocBookParser. handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles text events. -
Uses of Sink in org.apache.maven.doxia.module.fml
Methods in org.apache.maven.doxia.module.fml with parameters of type Sink Modifier and Type Method Description protected void
FmlParser. handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles CDATA sections.protected void
FmlParser. handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles comments.protected void
FmlContentParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
FmlParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
FmlParser. handleEntity(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles entities.protected void
FmlContentParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.protected void
FmlParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.protected void
FmlParser. handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles text events.void
FmlParser. parse(java.io.Reader source, Sink sink)
Parses the given source model and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.module.fo
Classes in org.apache.maven.doxia.module.fo that implement Sink Modifier and Type Class Description class
FoAggregateSink
A Doxia Sink that produces an aggregated FO model.class
FoSink
A Doxia Sink that produces a FO model.Methods in org.apache.maven.doxia.module.fo that return Sink Modifier and Type Method Description protected Sink
FoSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.protected Sink
FoSinkFactory. 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. -
Uses of Sink in org.apache.maven.doxia.module.itext
Classes in org.apache.maven.doxia.module.itext that implement Sink Modifier and Type Class Description class
ITextSink
A doxia Sink which produces an XML Front End document foriText
framework.Methods in org.apache.maven.doxia.module.itext that return Sink Modifier and Type Method Description Sink
ITextSinkFactory. createSink(java.io.Writer writer)
createSink.protected Sink
ITextSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.Sink
ITextSinkFactory. createSink(org.codehaus.plexus.util.xml.PrettyPrintXMLWriter xmlWriter)
Create aSink
into a PrettyPrintXMLWriter. -
Uses of Sink in org.apache.maven.doxia.module.latex
Classes in org.apache.maven.doxia.module.latex that implement Sink Modifier and Type Class Description class
LatexSink
Latex Sink implementation.Methods in org.apache.maven.doxia.module.latex that return Sink Modifier and Type Method Description protected Sink
LatexSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding. -
Uses of Sink in org.apache.maven.doxia.module.markdown
Methods in org.apache.maven.doxia.module.markdown with parameters of type Sink Modifier and Type Method Description protected boolean
MarkdownParser.PegDownHtmlParser. baseEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
protected boolean
MarkdownParser.PegDownHtmlParser. baseStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
void
MarkdownParser. parse(java.io.Reader source, Sink sink)
-
Uses of Sink in org.apache.maven.doxia.module.rtf
Classes in org.apache.maven.doxia.module.rtf that implement Sink Modifier and Type Class Description class
RtfSink
RTF Sink implementation.Methods in org.apache.maven.doxia.module.rtf that return Sink Modifier and Type Method Description Sink
RtfSinkFactory. createSink(java.io.OutputStream out, java.lang.String encoding)
Create aSink
into an OutputStream using a specified encoding. -
Uses of Sink in org.apache.maven.doxia.module.twiki
Classes in org.apache.maven.doxia.module.twiki that implement Sink Modifier and Type Class Description class
TWikiSink
TWiki Sink implementation.Methods in org.apache.maven.doxia.module.twiki that return Sink Modifier and Type Method Description protected Sink
TWikiSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.Methods in org.apache.maven.doxia.module.twiki with parameters of type Sink Modifier and Type Method Description void
TWikiParser. parse(java.io.Reader source, Sink sink)
void
TWikiParser. parse(java.io.Reader source, Sink sink, java.lang.String reference)
-
Uses of Sink in org.apache.maven.doxia.module.twiki.parser
Methods in org.apache.maven.doxia.module.twiki.parser with parameters of type Sink Modifier and Type Method Description void
Block. traverse(Sink sink)
Traverse the block -
Uses of Sink in org.apache.maven.doxia.module.xdoc
Classes in org.apache.maven.doxia.module.xdoc that implement Sink Modifier and Type Class Description class
XdocSink
Xdoc Sink implementation.class
XmlWriterXdocSink
Deprecated.Since 1.1, this sink is not more supported.Methods in org.apache.maven.doxia.module.xdoc that return Sink Modifier and Type Method Description protected Sink
XdocSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.protected Sink
XdocSinkFactory. 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 in org.apache.maven.doxia.module.xdoc with parameters of type Sink Modifier and Type Method Description protected void
XdocParser. consecutiveSections(int newLevel, Sink sink)
Make sure sections are nested consecutively.protected void
XdocParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
XdocParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.void
XdocParser. parse(java.io.Reader source, Sink sink)
Parses the given source model and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.module.xhtml
Classes in org.apache.maven.doxia.module.xhtml that implement Sink Modifier and Type Class Description class
AbstractXhtmlSink
Abstract AbstractXhtmlSink class.class
XhtmlSink
Xhtml 1.0 Transitional sink implementation.Methods in org.apache.maven.doxia.module.xhtml that return Sink Modifier and Type Method Description protected Sink
XhtmlSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.protected Sink
XhtmlSinkFactory. 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 in org.apache.maven.doxia.module.xhtml with parameters of type Sink Modifier and Type Method Description protected void
XhtmlParser. handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles comments.protected void
XhtmlParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
XhtmlParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.void
XhtmlParser. parse(java.io.Reader source, Sink sink)
Parses the given source model and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser with parameters of type Sink Modifier and Type Method Description protected boolean
XhtmlBaseParser. baseEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through a common list of possible html end tags.protected boolean
XhtmlBaseParser. baseStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through a common list of possible html start tags.protected void
XhtmlBaseParser. consecutiveSections(int newLevel, Sink sink)
Make sure sections are nested consecutively.void
AbstractParser. executeMacro(java.lang.String macroId, MacroRequest request, Sink sink)
Execute a macro on the given sink.protected void
AbstractXmlParser. handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles CDATA sections.protected void
XhtmlBaseParser. handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles CDATA sections.protected void
AbstractXmlParser. handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles comments.protected void
XhtmlBaseParser. handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles comments.protected abstract void
AbstractXmlParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
XhtmlBaseParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
AbstractXmlParser. handleEntity(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles entities.protected abstract void
AbstractXmlParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.protected void
XhtmlBaseParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.protected void
AbstractXmlParser. handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles text events.protected void
XhtmlBaseParser. handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles text events.protected void
AbstractXmlParser. handleUnknown(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, int type)
Handles an unknown event.void
AbstractParser. parse(java.io.Reader source, Sink sink, java.lang.String reference)
void
AbstractParser. parse(java.lang.String string, Sink sink)
Convenience method to parse an arbitrary string and emit events into the given sink.void
AbstractXmlParser. parse(java.io.Reader source, Sink sink)
Parses the given source model and emits Doxia events into the given sink.void
AbstractXmlParser. parse(java.lang.String string, Sink sink)
Convenience method to parse an arbitrary string and emit events into the given sink.void
Parser. parse(java.io.Reader source, Sink sink)
Parses the given source model and emits Doxia events into the given sink.void
Parser. parse(java.io.Reader source, Sink sink, java.lang.String reference)
Parses the given source model and emits Doxia events into the given sink.void
XhtmlBaseParser. parse(java.io.Reader source, Sink sink)
Parses the given source model and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.sink
Methods in org.apache.maven.doxia.sink that return Sink Modifier and Type Method Description Sink
SinkFactory. createSink(java.io.File outputDir, java.lang.String outputName)
Create aSink
into a file.Sink
SinkFactory. createSink(java.io.File outputDir, java.lang.String outputName, java.lang.String encoding)
Create aSink
into a file using a specified encoding.Sink
SinkFactory. createSink(java.io.OutputStream out)
Create aSink
into an OutputStream.Sink
SinkFactory. createSink(java.io.OutputStream out, java.lang.String encoding)
Create aSink
into an OutputStream using a specified encoding. -
Uses of Sink in org.apache.maven.doxia.sink.impl
Classes in org.apache.maven.doxia.sink.impl that implement Sink Modifier and Type Class Description class
AbstractSink
An abstract base class that defines some convenience methods for sinks.class
AbstractTextSink
An abstractSink
for text markup syntax.class
AbstractXmlSink
An abstractSink
for xml markup syntax.class
RandomAccessSink
The RandomAccessSink provides the ability to create aSink
with hooks.class
SinkAdapter
Empty implementation of theSink
interface.class
XhtmlBaseSink
Abstract base xhtml sink implementation.Methods in org.apache.maven.doxia.sink.impl that return Sink Modifier and Type Method Description Sink
RandomAccessSink. addSinkHook()
By calling this method a sink reference is added at the current position.Sink
AbstractBinarySinkFactory. createSink(java.io.File outputDir, java.lang.String outputName)
Create aSink
into a file.Sink
AbstractBinarySinkFactory. createSink(java.io.File outputDir, java.lang.String outputName, java.lang.String encoding)
Create aSink
into a file using a specified encoding.Sink
AbstractBinarySinkFactory. createSink(java.io.OutputStream out)
Create aSink
into an OutputStream.Sink
AbstractTextSinkFactory. createSink(java.io.File outputDir, java.lang.String outputName)
Create aSink
into a file.Sink
AbstractTextSinkFactory. createSink(java.io.File outputDir, java.lang.String outputName, java.lang.String encoding)
Create aSink
into a file using a specified encoding.Sink
AbstractTextSinkFactory. createSink(java.io.OutputStream out)
Create aSink
into an OutputStream.Sink
AbstractTextSinkFactory. createSink(java.io.OutputStream out, java.lang.String encoding)
Create aSink
into an OutputStream using a specified encoding.protected abstract Sink
AbstractTextSinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.protected abstract Sink
AbstractXmlSinkFactory. 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.static Sink
PipelineSink. newInstance(java.util.List<Sink> pipeline)
Returns an instance of a PipelineSink as a Sink.Methods in org.apache.maven.doxia.sink.impl with parameters of type Sink Modifier and Type Method Description void
PipelineSink. addSink(Sink sink)
Add a Sink to the List of Sinks.Method parameters in org.apache.maven.doxia.sink.impl with type arguments of type Sink Modifier and Type Method Description static Sink
PipelineSink. newInstance(java.util.List<Sink> pipeline)
Returns an instance of a PipelineSink as a Sink.Constructor parameters in org.apache.maven.doxia.sink.impl with type arguments of type Sink Constructor Description PipelineSink(java.util.List<Sink> pipeline)
Constructs a PipelineSink for a given List of Sinks. -
Uses of Sink in org.codehaus.doxia.sink
Subinterfaces of Sink in org.codehaus.doxia.sink Modifier and Type Interface Description interface
Sink
Deprecated.useSink
instead (since 1.0-alpha-6).
-