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.private void
TocMacro. writeSubSectionN(Sink sink, IndexEntry sectionIndex, int n)
-
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.private static void
AptParser. flushTraversed(java.lang.StringBuilder buffer, Sink sink)
Emits the text so far parsed into the given sink.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.void
ItalicBlock. after(Sink sink)
after.void
MonospaceBlock. after(Sink sink)
after.void
ParagraphBlock. after(Sink sink)
after.abstract void
AbstractFatherBlock. before(Sink sink)
before.void
BoldBlock. before(Sink sink)
before.void
ItalicBlock. before(Sink sink)
before.void
MonospaceBlock. before(Sink sink)
before.void
ParagraphBlock. before(Sink sink)
before.void
AbstractFatherBlock. traverse(Sink sink)
traverse.void
AnchorBlock. traverse(Sink sink)
traverse.void
Block. traverse(Sink sink)
traverse.void
DefinitionListBlock. traverse(Sink sink)
traverse.void
FigureBlock. traverse(Sink sink)
traverse.void
HorizontalRuleBlock. traverse(Sink sink)
traverse.void
LinebreakBlock. traverse(Sink sink)
traverse.void
LinethroughBlock. traverse(Sink sink)
void
LinkBlock. traverse(Sink sink)
traverse.void
SectionBlock. traverse(Sink sink)
traverse.void
SubBlock. traverse(Sink sink)
void
SupBlock. traverse(Sink sink)
void
TextBlock. traverse(Sink sink)
traverse.void
UnderlineBlock. traverse(Sink sink)
void
VerbatimBlock. 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 Modifier and Type Method Description void
BulletedListBlock. after(Sink sink)
after.void
ListItemBlock. after(Sink sink)
after.void
NumberedListBlock. after(Sink sink)
after.void
BulletedListBlock. before(Sink sink)
before.void
ListItemBlock. before(Sink sink)
before.void
NumberedListBlock. before(Sink sink)
before. -
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 Modifier and Type Method Description void
TableBlock. after(Sink sink)
after.void
TableCellBlock. after(Sink sink)
after.void
TableCellHeaderBlock. after(Sink sink)
after.void
TableRowBlock. after(Sink sink)
after.void
TableBlock. before(Sink sink)
before.void
TableCellBlock. before(Sink sink)
before.void
TableCellHeaderBlock. before(Sink sink)
before.void
TableRowBlock. 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 private void
DocBookParser. handleAnchorStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleArticleInfoEndTags(java.lang.String name, Sink sink)
private void
DocBookParser. handleArticleInfoStartTags(java.lang.String name, Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleArticleStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleCaptionEnd(Sink sink)
private void
DocBookParser. handleCaptionStart(Sink sink, SinkEventAttributeSet attribs)
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.private void
DocBookParser. handleEmailStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs)
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.private void
DocBookParser. handleFigureStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleImageDataStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleItemizedListStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleLinkStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleListItemStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleOrderedListStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleParaEnd(Sink sink)
private void
DocBookParser. handleParaStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleSectionElements(Sink sink, java.lang.String name, SinkEventAttributeSet attribs)
protected void
DocBookParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.private void
DocBookParser. handleTableStart(Sink sink, SinkEventAttributeSet attribs)
protected void
DocBookParser. handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles text events.private void
DocBookParser. handleTitleEnd(Sink sink)
private void
DocBookParser. handleTitleStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleUlinkStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleVariableListStart(Sink sink, SinkEventAttributeSet attribs)
private void
DocBookParser. handleXrefStart(Sink sink, SinkEventAttributeSet attribs)
private boolean
DocBookParser. linkStartTag(java.lang.String name, Sink sink, SinkEventAttributeSet attribs)
private boolean
DocBookParser. listStartTags(java.lang.String name, Sink sink, SinkEventAttributeSet attribs)
private boolean
DocBookParser. mediaStartTag(java.lang.String name, Sink sink, SinkEventAttributeSet attribs)
private boolean
DocBookParser. styleStartTags(java.lang.String name, Sink sink, SinkEventAttributeSet attribs)
private boolean
DocBookParser. tableStartTags(java.lang.String name, Sink sink, SinkEventAttributeSet attribs)
-
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.private void
FmlParser. handleParamStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
TODO import from XdocParser, probably need to be generic.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.private void
FmlParser. writeFaqs(Sink sink)
Writes the faqs to the specified sink.private void
FmlParser. writeTopLink(Sink sink)
Writes a toplink element. -
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.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 (package private) abstract void
AbstractFatherBlock. after(Sink sink)
method called after traversing the childs(package private) void
BoldBlock. after(Sink sink)
method called after traversing the childs(package private) void
ItalicBlock. after(Sink sink)
method called after traversing the childs(package private) void
ListItemBlock. after(Sink sink)
method called after traversing the childs(package private) void
MonospaceBlock. after(Sink sink)
method called after traversing the childs(package private) void
NumeratedListBlock. after(Sink sink)
method called after traversing the childs(package private) void
ParagraphBlock. after(Sink sink)
method called after traversing the childs(package private) void
SectionBlock. after(Sink sink)
method called after traversing the childs(package private) void
TableBlock. after(Sink sink)
method called after traversing the childs(package private) void
TableCellBlock. after(Sink sink)
method called after traversing the childs(package private) void
TableCellHeaderBlock. after(Sink sink)
method called after traversing the childs(package private) void
TableRowBlock. after(Sink sink)
method called after traversing the childs(package private) void
UnorderedListBlock. after(Sink sink)
method called after traversing the childs(package private) void
VerbatimBlock. after(Sink sink)
method called after traversing the childs(package private) abstract void
AbstractFatherBlock. before(Sink sink)
method called before traversing the childs(package private) void
BoldBlock. before(Sink sink)
method called before traversing the childs(package private) void
ItalicBlock. before(Sink sink)
method called before traversing the childs(package private) void
ListItemBlock. before(Sink sink)
method called before traversing the childs(package private) void
MonospaceBlock. before(Sink sink)
method called before traversing the childs(package private) void
NumeratedListBlock. before(Sink sink)
method called before traversing the childs(package private) void
ParagraphBlock. before(Sink sink)
method called before traversing the childs(package private) void
SectionBlock. before(Sink sink)
method called before traversing the childs(package private) void
TableBlock. before(Sink sink)
method called before traversing the childs(package private) void
TableCellBlock. before(Sink sink)
method called before traversing the childs(package private) void
TableCellHeaderBlock. before(Sink sink)
method called before traversing the childs(package private) void
TableRowBlock. before(Sink sink)
method called before traversing the childs(package private) void
UnorderedListBlock. before(Sink sink)
method called before traversing the childs(package private) void
VerbatimBlock. before(Sink sink)
method called before traversing the childsprivate void
SectionBlock. invokeVoidVoid(Sink sink, java.lang.String name)
Let you call sink's methods that returnsnull
and have no parameters.private void
SectionBlock. sectionEnd(Sink sink)
call to sink.section_() private void
SectionBlock. sectionStart(Sink sink)
call to sink.section() private void
SectionBlock. sectionTitle(Sink sink)
private void
SectionBlock. sectionTitle_(Sink sink)
void
AbstractFatherBlock. traverse(Sink sink)
Traverse the blockvoid
AnchorBlock. traverse(Sink sink)
Traverse the blockvoid
Block. traverse(Sink sink)
Traverse the blockvoid
HorizontalRuleBlock. traverse(Sink sink)
Traverse the blockvoid
ImageBlock. traverse(Sink sink)
Traverse the blockvoid
LinkBlock. traverse(Sink sink)
Traverse the blockvoid
NopBlock. traverse(Sink sink)
Traverse the blockvoid
TextBlock. traverse(Sink sink)
Traverse the blockvoid
WikiWordBlock. traverse(Sink sink)
Traverse the blockvoid
XHTMLBlock. 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 private void
XdocParser. closeOpenSections(int newLevel, Sink sink)
Close open h4, h5, h6 sections.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.private void
XdocParser. handleMacroEnd(Sink sink)
private void
XdocParser. handleMetaStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs)
private void
XdocParser. handleParamStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
private void
XdocParser. handleSectionStart(int level, Sink sink, SinkEventAttributeSet attribs, org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
protected void
XdocParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.private void
XdocParser. openMissingSections(int newLevel, Sink sink)
Open missing h4, h5, h6 sections.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.private void
XhtmlParser. processMacro(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, java.lang.String text, Sink sink)
process macro embedded in XHTML commment -
Uses of Sink in org.apache.maven.doxia.module.xhtml5
Classes in org.apache.maven.doxia.module.xhtml5 that implement Sink Modifier and Type Class Description class
AbstractXhtml5Sink
Abstract AbstractXhtml5Sink class.class
Xhtml5Sink
XHTML 5.2 sink implementation.Methods in org.apache.maven.doxia.module.xhtml5 that return Sink Modifier and Type Method Description protected Sink
Xhtml5SinkFactory. createSink(java.io.Writer writer, java.lang.String encoding)
Create a text Sink for a given encoding.protected Sink
Xhtml5SinkFactory. 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.xhtml5 with parameters of type Sink Modifier and Type Method Description protected void
Xhtml5Parser. handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles comments.protected void
Xhtml5Parser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
Xhtml5Parser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.void
Xhtml5Parser. parse(java.io.Reader source, Sink sink)
Parses the given source model and emits Doxia events into the given sink.private void
Xhtml5Parser. processMacro(java.lang.String text, Sink sink)
process macro embedded in XHTML commment -
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
Xhtml5BaseParser. baseEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through a common list of possible html end tags.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
Xhtml5BaseParser. baseStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through a common list of possible html5 start 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.private void
Xhtml5BaseParser. closeOpenSections(int newLevel, Sink sink)
Close open sections.private void
XhtmlBaseParser. closeOpenSections(int newLevel, Sink sink)
Close open sections.protected void
Xhtml5BaseParser. consecutiveSections(int newLevel, Sink sink, SinkEventAttributeSet attribs)
Make sure sections are nested consecutively.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.private void
Xhtml5BaseParser. handleAEnd(Sink sink)
private void
XhtmlBaseParser. handleAEnd(Sink sink)
private void
Xhtml5BaseParser. handleAStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs)
private void
XhtmlBaseParser. handleAStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs)
protected void
AbstractXmlParser. handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles CDATA sections.protected void
Xhtml5BaseParser. 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
Xhtml5BaseParser. 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.private boolean
Xhtml5BaseParser. handleDivEnd(Sink sink)
private boolean
Xhtml5BaseParser. handleDivStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, SinkEventAttributeSet attribs, Sink sink)
private boolean
XhtmlBaseParser. handleDivStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, SinkEventAttributeSet attribs, Sink sink)
protected abstract void
AbstractXmlParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
Xhtml5BaseParser. 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.private void
XhtmlBaseParser. handleFigureCaptionEnd(Sink sink)
private void
XhtmlBaseParser. handleFigureCaptionStart(Sink sink, SinkEventAttributeSet attribs)
private void
Xhtml5BaseParser. handleHeadingStart(Sink sink, int level, SinkEventAttributeSet attribs)
private void
Xhtml5BaseParser. handleImgStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs)
private void
XhtmlBaseParser. handleImgStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs)
private void
Xhtml5BaseParser. handleLIStart(Sink sink, SinkEventAttributeSet attribs)
private void
XhtmlBaseParser. handleLIStart(Sink sink, SinkEventAttributeSet attribs)
private void
Xhtml5BaseParser. handleListItemEnd(Sink sink)
private void
XhtmlBaseParser. handleListItemEnd(Sink sink)
private void
Xhtml5BaseParser. handleOLStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs)
private void
XhtmlBaseParser. handleOLStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs)
private void
Xhtml5BaseParser. handlePreStart(SinkEventAttributeSet attribs, Sink sink)
private void
XhtmlBaseParser. handlePreStart(SinkEventAttributeSet attribs, Sink sink)
private void
Xhtml5BaseParser. handlePStart(Sink sink, SinkEventAttributeSet attribs)
private void
XhtmlBaseParser. handlePStart(Sink sink, SinkEventAttributeSet attribs)
private void
Xhtml5BaseParser. handleSectionEnd(Sink sink)
private void
Xhtml5BaseParser. handleSectionStart(Sink sink, SinkEventAttributeSet attribs)
private void
XhtmlBaseParser. handleSectionStart(Sink sink, int level, SinkEventAttributeSet attribs)
protected abstract void
AbstractXmlParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.protected void
Xhtml5BaseParser. 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.private void
Xhtml5BaseParser. handleTableStart(Sink sink, SinkEventAttributeSet attribs, org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
private void
XhtmlBaseParser. handleTableStart(Sink sink, SinkEventAttributeSet attribs, org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
protected void
AbstractXmlParser. handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Handles text events.protected void
Xhtml5BaseParser. 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.private void
Xhtml5BaseParser. openMissingSections(int newLevel, Sink sink)
Open missing sections.private void
XhtmlBaseParser. openMissingSections(int newLevel, Sink sink)
Open missing sections.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
Xhtml5BaseParser. parse(java.io.Reader source, Sink sink)
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.private void
AbstractXmlParser. parseXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Parse the model from the XmlPullParser 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
Xhtml5BaseSink
Abstract base xhtml5 sink implementation.class
XhtmlBaseSink
Abstract base xhtml sink implementation.Fields in org.apache.maven.doxia.sink.impl declared as Sink Modifier and Type Field Description private Sink
RandomAccessSink. coreSink
private Sink
RandomAccessSink. currentSink
Fields in org.apache.maven.doxia.sink.impl with type parameters of type Sink Modifier and Type Field Description private java.util.List<Sink>
PipelineSink. pipeline
private java.util.List<Sink>
RandomAccessSink. sinks
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).
-