|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Sink in org.apache.maven.doxia |
---|
Methods in org.apache.maven.doxia with parameters of type Sink | |
---|---|
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.book.services.renderer.docbook |
---|
Classes in org.apache.maven.doxia.book.services.renderer.docbook that implement Sink | |
---|---|
class |
DocBookBookSink
An Docbook Sink that doesn't write out head or body elements for every section of a book, and has some convenience methods relating to the construction of a Doxia Book. |
Uses of Sink in org.apache.maven.doxia.book.services.renderer.latex |
---|
Classes in org.apache.maven.doxia.book.services.renderer.latex that implement Sink | |
---|---|
class |
LatexBookSink
LatexBookSink class. |
Uses of Sink in org.apache.maven.doxia.book.services.renderer.xdoc |
---|
Classes in org.apache.maven.doxia.book.services.renderer.xdoc that implement Sink | |
---|---|
class |
AbstractXdocBookSink
Abstract XdocSink implementation for book. |
class |
ChapterXdocBookSink
A XdocSink implementation for chapter in a book. |
class |
IndexXdocBookSink
A XdocSink implementation for index book. |
class |
SectionXdocBookSink
A XdocSink implementation for section in a book |
Uses of Sink in org.apache.maven.doxia.book.services.renderer.xhtml |
---|
Classes in org.apache.maven.doxia.book.services.renderer.xhtml that implement Sink | |
---|---|
class |
XhtmlBookSink
An Xhtml Sink that doesn't write out head or body elements. |
Uses of Sink in org.apache.maven.doxia.index |
---|
Classes in org.apache.maven.doxia.index that implement Sink | |
---|---|
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 | |
---|---|
void |
SwfMacro.execute(Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink. |
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. |
Uses of Sink in org.apache.maven.doxia.macro.snippet |
---|
Methods in org.apache.maven.doxia.macro.snippet with parameters of type Sink | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
AptSink
APT Sink implementation. |
Fields in org.apache.maven.doxia.module.apt declared as Sink | |
---|---|
protected Sink |
AptParser.sink
the sink to receive the events. |
Methods in org.apache.maven.doxia.module.apt that return Sink | |
---|---|
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 | |
---|---|
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)
Parses the given source model and emits Doxia events into the given sink. |
Uses of Sink in org.apache.maven.doxia.module.confluence |
---|
Classes in org.apache.maven.doxia.module.confluence that implement Sink | |
---|---|
class |
ConfluenceSink
Confluence Sink implementation. |
Methods in org.apache.maven.doxia.module.confluence that return Sink | |
---|---|
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 | |
---|---|
void |
ConfluenceParser.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.confluence.parser |
---|
Methods in org.apache.maven.doxia.module.confluence.parser with parameters of type Sink | |
---|---|
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 |
Block.traverse(Sink sink)
traverse. |
void |
AbstractFatherBlock.traverse(Sink sink)
traverse. |
void |
TextBlock.traverse(Sink sink)
traverse. |
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 | |
---|---|
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 | |
---|---|
class |
DocBookSink
Docbook Sink implementation. |
Methods in org.apache.maven.doxia.module.docbook that return Sink | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
ITextSink
A doxia Sink which produces an XML Front End document for iText framework. |
Methods in org.apache.maven.doxia.module.itext that return Sink | |
---|---|
Sink |
ITextSinkFactory.createSink(org.codehaus.plexus.util.xml.PrettyPrintXMLWriter xmlWriter)
Create a Sink into a PrettyPrintXMLWriter. |
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. |
Uses of Sink in org.apache.maven.doxia.module.latex |
---|
Classes in org.apache.maven.doxia.module.latex that implement Sink | |
---|---|
class |
LatexSink
Latex Sink implementation. |
Methods in org.apache.maven.doxia.module.latex that return Sink | |
---|---|
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.rtf |
---|
Classes in org.apache.maven.doxia.module.rtf that implement Sink | |
---|---|
class |
RtfSink
RTF Sink implementation. |
Methods in org.apache.maven.doxia.module.rtf that return Sink | |
---|---|
Sink |
RtfSinkFactory.createSink(java.io.OutputStream out,
java.lang.String encoding)
Create a Sink 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 | |
---|---|
class |
TWikiSink
TWiki Sink implementation. |
Methods in org.apache.maven.doxia.module.twiki that return Sink | |
---|---|
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 | |
---|---|
void |
TWikiParser.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.twiki.parser |
---|
Methods in org.apache.maven.doxia.module.twiki.parser with parameters of type Sink | |
---|---|
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 | |
---|---|
class |
XdocSink
Xdoc Sink implementation. |
class |
XmlWriterXdocSink
Deprecated. Since 1.1, this sink is not more supported. If you are looking for a Sink which produces
pretty formatted XML, you could use the XdocSink.XdocSink(java.io.Writer) as usual and reformat the
Sink content produced with XmlUtil.prettyFormat(java.io.Reader, java.io.Writer) . |
Methods in org.apache.maven.doxia.module.xdoc that return Sink | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
AbstractXhtmlSink
Abstract AbstractXhtmlSink class. |
class |
XhtmlSink
Xhtml 1.0 Transitional sink implementation. |
Methods in org.apache.maven.doxia.module.xhtml that return Sink | |
---|---|
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 | |
---|---|
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. |
Uses of Sink in org.apache.maven.doxia.parser |
---|
Methods in org.apache.maven.doxia.parser with parameters of type Sink | |
---|---|
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 |
XhtmlBaseParser.handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Handles CDATA sections. |
protected void |
AbstractXmlParser.handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Handles CDATA sections. |
protected void |
XhtmlBaseParser.handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Handles comments. |
protected void |
AbstractXmlParser.handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Handles comments. |
protected void |
XhtmlBaseParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Goes through the possible end tags. |
protected abstract void |
AbstractXmlParser.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 void |
XhtmlBaseParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Goes through the possible start tags. |
protected abstract void |
AbstractXmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Goes through the possible start tags. |
protected void |
XhtmlBaseParser.handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Handles text events. |
protected void |
AbstractXmlParser.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 unkown event. |
void |
XhtmlBaseParser.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)
Parses the given source model and emits Doxia 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 |
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.lang.String string,
Sink sink)
Convenience method to parse an arbitrary string and emit events into the given sink. |
Uses of Sink in org.apache.maven.doxia.sink |
---|
Classes in org.apache.maven.doxia.sink that implement Sink | |
---|---|
class |
AbstractSink
An abstract base class that defines some convenience methods for sinks. |
class |
AbstractTextSink
An abstract Sink for text markup syntax. |
class |
AbstractXmlSink
An abstract Sink for xml markup syntax. |
class |
SinkAdapter
Empty implementation of the Sink interface. |
class |
XhtmlBaseSink
Abstract base xhtml sink implementation. |
Methods in org.apache.maven.doxia.sink that return Sink | |
---|---|
Sink |
AbstractTextSinkFactory.createSink(java.io.File outputDir,
java.lang.String outputName)
Create a Sink into a file. |
Sink |
AbstractBinarySinkFactory.createSink(java.io.File outputDir,
java.lang.String outputName)
Create a Sink into a file. |
Sink |
SinkFactory.createSink(java.io.File outputDir,
java.lang.String outputName)
Create a Sink into a file. |
Sink |
AbstractTextSinkFactory.createSink(java.io.File outputDir,
java.lang.String outputName,
java.lang.String encoding)
Create a Sink into a file using a specified encoding. |
Sink |
AbstractBinarySinkFactory.createSink(java.io.File outputDir,
java.lang.String outputName,
java.lang.String encoding)
Create a Sink into a file using a specified encoding. |
Sink |
SinkFactory.createSink(java.io.File outputDir,
java.lang.String outputName,
java.lang.String encoding)
Create a Sink into a file using a specified encoding. |
Sink |
AbstractTextSinkFactory.createSink(java.io.OutputStream out)
Create a Sink into an OutputStream. |
Sink |
AbstractBinarySinkFactory.createSink(java.io.OutputStream out)
Create a Sink into an OutputStream. |
Sink |
SinkFactory.createSink(java.io.OutputStream out)
Create a Sink into an OutputStream. |
Sink |
AbstractTextSinkFactory.createSink(java.io.OutputStream out,
java.lang.String encoding)
Create a Sink into an OutputStream using a specified encoding. |
Sink |
SinkFactory.createSink(java.io.OutputStream out,
java.lang.String encoding)
Create a Sink 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 pipeline)
Returns an instance of a PipelineSink as a Sink. |
Methods in org.apache.maven.doxia.sink with parameters of type Sink | |
---|---|
void |
PipelineSink.addSink(Sink sink)
Add a Sink to the List of Sinks. |
Uses of Sink in org.codehaus.doxia.sink |
---|
Subinterfaces of Sink in org.codehaus.doxia.sink | |
---|---|
interface |
Sink
Deprecated. use Sink instead (since 1.0-alpha-6). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |