Package org.apache.maven.doxia.sink.impl
Class SinkAdapter
java.lang.Object
org.apache.maven.doxia.sink.impl.AbstractSink
org.apache.maven.doxia.sink.impl.SinkAdapter
- All Implemented Interfaces:
AutoCloseable,Markup,Sink
- Direct Known Subclasses:
AbstractTextSink,AbstractXmlSink
Empty implementation of the
Sink interface. Useful for testing purposes.- Since:
- 1.0
- Author:
- Jason van Zyl, Vincent Siveton
-
Field Summary
Fields inherited from interface org.apache.maven.doxia.markup.Markup
COLON, EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SEMICOLON, SLASH, SPACE, STARFields inherited from interface org.apache.maven.doxia.sink.Sink
JUSTIFY_CENTER, JUSTIFY_DEFAULT, JUSTIFY_LEFT, JUSTIFY_RIGHT, NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, SECTION_LEVEL_1, SECTION_LEVEL_2, SECTION_LEVEL_3, SECTION_LEVEL_4, SECTION_LEVEL_5, SECTION_LEVEL_6 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddress(SinkEventAttributes attributes) voidaddress_()voidanchor(String name, SinkEventAttributes attributes) voidanchor_()voidarticle(SinkEventAttributes attributes) voidarticle_()voidauthor(SinkEventAttributes attributes) voidauthor_()voidblockquote(SinkEventAttributes attributes) voidvoidbody(SinkEventAttributes attributes) voidbody_()voidbold()voidbold_()voidclose()voidvoidcontent(SinkEventAttributes attributes) voidcontent_()voiddata(String value, SinkEventAttributes attributes) voiddata_()voiddate(SinkEventAttributes attributes) voiddate_()voiddefinedTerm(SinkEventAttributes attributes) voidvoiddefinition(SinkEventAttributes attributes) voidvoiddefinitionList(SinkEventAttributes attributes) voidvoiddefinitionListItem(SinkEventAttributes attributes) voidvoiddivision(SinkEventAttributes attributes) voidvoidfigure(SinkEventAttributes attributes) voidfigure_()voidfigureCaption(SinkEventAttributes attributes) voidvoidfigureGraphics(String src, SinkEventAttributes attributes) voidflush()voidfooter(SinkEventAttributes attributes) voidfooter_()voidhead(SinkEventAttributes attributes) voidhead_()voidheader(SinkEventAttributes attributes) voidheader_()voidhorizontalRule(SinkEventAttributes attributes) voidinline(SinkEventAttributes attributes) voidinline_()voiditalic()voiditalic_()voidlineBreak(SinkEventAttributes attributes) voidlineBreakOpportunity(SinkEventAttributes attributes) voidlink(String name, SinkEventAttributes attributes) voidlink_()voidlist(SinkEventAttributes attributes) voidlist_()voidlistItem(SinkEventAttributes attributes) voidvoidvoidvoidnavigation(SinkEventAttributes attributes) voidvoidvoidnumberedList(int numbering, SinkEventAttributes attributes) voidvoidnumberedListItem(SinkEventAttributes attributes) voidvoidvoidparagraph(SinkEventAttributes attributes) voidvoidvoidsection(int level, SinkEventAttributes attributes) voidsection_(int level) voidsectionTitle(int level, SinkEventAttributes attributes) voidsectionTitle_(int level) voidsidebar(SinkEventAttributes attributes) voidsidebar_()voidtable(SinkEventAttributes attributes) voidtable_()voidtableCaption(SinkEventAttributes attributes) voidvoidtableCell(SinkEventAttributes attributes) voidvoidtableHeaderCell(SinkEventAttributes attributes) voidvoidtableRow(SinkEventAttributes attributes) voidvoidtableRows(int[] justification, boolean grid) voidvoidtext(String text, SinkEventAttributes attributes) voidtime(String datetime, SinkEventAttributes attributes) voidtime_()voidtitle(SinkEventAttributes attributes) voidtitle_()voidunknown(String name, Object[] requiredParams, SinkEventAttributes attributes) voidverbatim(SinkEventAttributes attributes) voidMethods inherited from class org.apache.maven.doxia.sink.impl.AbstractSink
address, anchor, article, author, blockquote, body, content, data, date, definedTerm, definition, definitionList, definitionListItem, division, figure, figureCaption, figureGraphics, footer, formatLocation, getDocumentLocator, getLocationLogPrefix, head, header, horizontalRule, init, inline, lineBreak, lineBreakOpportunity, link, list, listItem, navigation, numberedList, numberedListItem, paragraph, section1, section1_, section2, section2_, section3, section3_, section4, section4_, section5, section5_, section6, section6_, sectionTitle, sectionTitle_, sectionTitle1, sectionTitle1_, sectionTitle2, sectionTitle2_, sectionTitle3, sectionTitle3_, sectionTitle4, sectionTitle4_, sectionTitle5, sectionTitle5_, sectionTitle6, sectionTitle6_, setDocumentLocator, sidebar, table, tableCaption, tableCell, tableHeaderCell, tableRow, tableRows, text, time, title, unifyEOLs, verbatimMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.doxia.sink.Sink
markupLineBreak
-
Constructor Details
-
SinkAdapter
public SinkAdapter()
-
-
Method Details
-
head_
-
body_
-
article_
-
sidebar_
-
list_
-
listItem_
-
numberedList_
-
numberedListItem_
-
definitionList_
-
definitionListItem_
-
definition_
-
figure_
-
table_
-
tableRows_
-
tableRow_
-
title_
-
author_
-
date_
-
header_
-
content_
-
paragraph_
-
data_
-
time_
-
address_
-
blockquote_
-
division_
-
verbatim_
-
definedTerm_
-
figureCaption_
-
tableCell_
-
tableHeaderCell_
-
tableCaption_
-
pageBreak
-
anchor_
-
link_
-
inline_
-
italic
-
italic_
-
bold
-
bold_
-
monospaced
-
monospaced_
-
nonBreakingSpace
-
rawText
-
comment
-
flush
-
close
-
head
-
title
-
author
-
date
-
body
-
article
-
sidebar
-
section
-
section_
-
sectionTitle
-
sectionTitle_
-
header
-
content
-
list
-
listItem
-
numberedList
-
numberedListItem
-
definitionList
-
definitionListItem
-
definition
-
definedTerm
-
figure
-
figureCaption
-
figureGraphics
-
table
-
tableRows
-
tableRow
-
tableCell
-
tableHeaderCell
-
tableCaption
-
paragraph
-
data
-
time
-
address
-
blockquote
-
division
-
verbatim
-
horizontalRule
-
anchor
-
link
-
inline
-
lineBreak
-
lineBreakOpportunity
-
text
-
unknown
-