|
||||||||||
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 |
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. |
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. |
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
|
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 |
Macro.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. |
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. |
Methods in org.apache.maven.doxia.module.apt with parameters of type Sink | |
---|---|
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 |
---|
Methods in org.apache.maven.doxia.module.confluence with parameters of type Sink | |
---|---|
void |
ConfluenceParser.parse(java.io.Reader reader,
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 | |
---|---|
void |
BoldBlock.after(Sink sink)
|
void |
ParagraphBlock.after(Sink sink)
|
abstract void |
AbstractFatherBlock.after(Sink sink)
|
void |
ItalicBlock.after(Sink sink)
|
void |
MonospaceBlock.after(Sink sink)
|
void |
BoldBlock.before(Sink sink)
|
void |
ParagraphBlock.before(Sink sink)
|
abstract void |
AbstractFatherBlock.before(Sink sink)
|
void |
ItalicBlock.before(Sink sink)
|
void |
MonospaceBlock.before(Sink sink)
|
void |
HorizontalRuleBlock.traverse(Sink sink)
|
void |
Block.traverse(Sink sink)
|
void |
AnchorBlock.traverse(Sink sink)
|
void |
SectionBlock.traverse(Sink sink)
|
void |
AbstractFatherBlock.traverse(Sink sink)
|
void |
LinkBlock.traverse(Sink sink)
|
void |
VerbatimBlock.traverse(Sink sink)
|
void |
TextBlock.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 | |
---|---|
void |
NumberedListBlock.after(Sink sink)
|
void |
ListItemBlock.after(Sink sink)
|
void |
BulletedListBlock.after(Sink sink)
|
void |
NumberedListBlock.before(Sink sink)
|
void |
ListItemBlock.before(Sink sink)
|
void |
BulletedListBlock.before(Sink sink)
|
Uses of Sink in org.apache.maven.doxia.module.confluence.parser.table |
---|
Methods in org.apache.maven.doxia.module.confluence.parser.table with parameters of type Sink | |
---|---|
void |
TableCellHeaderBlock.after(Sink sink)
|
void |
TableRowBlock.after(Sink sink)
|
void |
TableCellBlock.after(Sink sink)
|
void |
TableBlock.after(Sink sink)
|
void |
TableCellHeaderBlock.before(Sink sink)
|
void |
TableRowBlock.before(Sink sink)
|
void |
TableCellBlock.before(Sink sink)
|
void |
TableBlock.before(Sink sink)
|
Uses of Sink in org.apache.maven.doxia.module.docbook |
---|
Classes in org.apache.maven.doxia.module.docbook that implement Sink | |
---|---|
class |
DocBookSink
A doxia Sink which produces a Docbook model. |
Methods in org.apache.maven.doxia.module.docbook with parameters of type Sink | |
---|---|
protected void |
DocBookParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Goes through the possible end tags. |
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 | |
---|---|
void |
FmlParser.parse(java.io.Reader reader,
Sink sink)
Parses the given source model and emits Doxia events into the given sink. |
Faqs |
FmlParser.parseFml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Parses an fml and emits the events into the given sink. |
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. |
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. |
Uses of Sink in org.apache.maven.doxia.module.rtf |
---|
Classes in org.apache.maven.doxia.module.rtf that implement Sink | |
---|---|
class |
RtfSink
|
Uses of Sink in org.apache.maven.doxia.module.twiki |
---|
Methods in org.apache.maven.doxia.module.twiki with parameters of type Sink | |
---|---|
void |
TWikiParser.parse(java.io.Reader reader,
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 |
UnorderedListBlock.after(Sink sink)
|
void |
BoldBlock.after(Sink sink)
|
void |
TableRowBlock.after(Sink sink)
|
void |
NumeratedListBlock.after(Sink sink)
|
void |
ItalicBlock.after(Sink sink)
|
void |
ParagraphBlock.after(Sink sink)
|
void |
SectionBlock.after(Sink sink)
|
abstract void |
AbstractFatherBlock.after(Sink sink)
method called after traversing the childs |
void |
ListItemBlock.after(Sink sink)
|
void |
TableCellBlock.after(Sink sink)
|
void |
TableBlock.after(Sink sink)
|
void |
MonospaceBlock.after(Sink sink)
|
void |
TableCellHeaderBlock.after(Sink sink)
|
void |
UnorderedListBlock.before(Sink sink)
|
void |
BoldBlock.before(Sink sink)
|
void |
TableRowBlock.before(Sink sink)
|
void |
NumeratedListBlock.before(Sink sink)
|
void |
ItalicBlock.before(Sink sink)
|
void |
ParagraphBlock.before(Sink sink)
|
void |
SectionBlock.before(Sink sink)
|
abstract void |
AbstractFatherBlock.before(Sink sink)
method called before traversing the childs |
void |
ListItemBlock.before(Sink sink)
|
void |
TableCellBlock.before(Sink sink)
|
void |
TableBlock.before(Sink sink)
|
void |
MonospaceBlock.before(Sink sink)
|
void |
TableCellHeaderBlock.before(Sink sink)
|
void |
HorizontalRuleBlock.traverse(Sink sink)
|
void |
AnchorBlock.traverse(Sink sink)
|
void |
WikiWordBlock.traverse(Sink sink)
|
void |
LinkBlock.traverse(Sink sink)
|
void |
AbstractFatherBlock.traverse(Sink sink)
|
void |
NopBlock.traverse(Sink sink)
|
void |
Block.traverse(Sink sink)
Traverse the block |
void |
TextBlock.traverse(Sink sink)
|
Uses of Sink in org.apache.maven.doxia.module.xdoc |
---|
Classes in org.apache.maven.doxia.module.xdoc that implement Sink | |
---|---|
class |
XdocSink
A doxia Sink which produces an xdoc model. |
class |
XmlWriterXdocSink
A doxia Sink which produces an xdoc document. |
Methods in org.apache.maven.doxia.module.xdoc with parameters of type Sink | |
---|---|
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. |
protected void |
XdocParser.handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Handles text events. |
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
|
class |
XhtmlSink
Xhtml sink implementation. |
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. |
protected void |
XhtmlParser.handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Handles text events. |
Uses of Sink in org.apache.maven.doxia.parser |
---|
Methods in org.apache.maven.doxia.parser with parameters of type Sink | |
---|---|
void |
AbstractParser.executeMacro(java.lang.String macroId,
MacroRequest request,
Sink sink)
Execute a macro on the given sink. |
protected abstract void |
AbstractXmlParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Goes through the possible end tags. |
protected abstract void |
AbstractXmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Goes through the possible start tags. |
protected abstract void |
AbstractXmlParser.handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
Sink sink)
Handles text events. |
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. |
Uses of Sink in org.apache.maven.doxia.sink |
---|
Classes in org.apache.maven.doxia.sink that implement Sink | |
---|---|
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. |
Methods in org.apache.maven.doxia.sink that return Sink | |
---|---|
Sink |
SinkFactory.createSink(java.io.File outputDir,
java.lang.String outputName)
|
static Sink |
PipelineSink.newInstance(java.util.List pipeline)
|
Methods in org.apache.maven.doxia.sink with parameters of type Sink | |
---|---|
void |
PipelineSink.addSink(Sink sink)
|
Uses of Sink in org.codehaus.doxia.sink |
---|
Subinterfaces of Sink in org.codehaus.doxia.sink | |
---|---|
interface |
Sink
Deprecated. use Sink instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |