|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ByLineReaderSource.DoxiaUtils.doxia-test-docs-XXX.jar or in an IDE project.
HtmlTools.AbstractSinkTest.testTestDocument().
[anchor( anchor ), text( anchor ),
anchor_()], invoked on the current sink, produces the same
result as getAnchorBlock( anchor ).
AbstractSinkTestCase.getTestReader()) with the Parser returned
by AbstractSinkTestCase.createParser() into the Sink returned by AbstractSinkTestCase.createSink().
[author(), text( author ), author_()]
, invoked on the current sink, produces the same result as
getAuthorBlock( author ).
[body(), body_()],
invoked on the current sink, produces the same result as
getBodyBlock().
[bold(), text( text ), bold_()],
invoked on the current sink, produces the same result as
getBoldBlock( text ).
[comment(comment)],
invoked on the current sink, produces the same result as
getCommentBlock( comment ).
[date(), text( date ), date_()],
invoked on the current sink, produces the same result as
getDateBlock( date ).
[definitionList(), definitionListItem(),
definedTerm(), text( definum ), definedTerm_(), definition(),
text( definition ), definition_(), definitionListItem_(),
definitionList_()], invoked on the current sink, produces the same
result as getDefinitionListBlock
( definum, definition ).
AbstractParserTest.createParser(), and output to a text file,
using the TextSink.
[figure(), figureGraphics( source ),
figureCaption(), text( caption ), figureCaption_(), figure_()],
invoked on the current sink, produces the same result as
getFigureBlock( source, caption ).
[head(), head_()],
invoked on the current sink, produces the same result as
getHeadBlock().
[horizontalRule()],
invoked on the current sink, produces the same result as
getHorizontalRuleBlock().
SinkTestDocument through
a Sink (generated by AbstractIdentityTest.createSink(Writer)) and a Parser
(generated by AbstractIdentityTest.createParser()) and checks if the result
is the same as the original model.
[italic(), text( text ), italic_()],
invoked on the current sink, produces the same result as
getItalicBlock( text ).
[lineBreak()],
invoked on the current sink, produces the same result as
getLineBreakBlock().
[link( link ), text( text ),
link_()], invoked on the current sink, produces the same
result as getLinkBlock( link, text ).
[list(), listItem(), text( item ),
listItem_(), list_()], invoked on the current sink, produces
the same result as getListBlock( item ).
[monospaced(), text( text ),
monospaced_()], invoked on the current sink, produces the same
result as getMonospacedBlock( text ).
[nonBreakingSpace()],
invoked on the current sink, produces the same result as
getNonBreakingSpaceBlock().
[numberedList( Sink.NUMBERING_LOWER_ROMAN ), numberedListItem(),
text( item ), numberedListItem_(), numberedList_()],
invoked on the current sink, produces the same result as
getNumberedListBlock( item ).
[pageBreak()],
invoked on the current sink, produces the same result as
getPageBreakBlock().
[paragraph(), text( text ),
paragraph_()], invoked on the current sink, produces
the same result as getParagraphBlock( text ).
AbstractParserTest.createParser(), and output to a new
WellformednessCheckingSink.
AbstractParserTestCase.getDocument(),
with parser from AbstractParserTestCase.getParser(), and output to sink from AbstractParserTestCase.getSink()
[rawText( text )],
invoked on the current sink, produces the same result as
getRawTextBlock( text ).
[section1(), sectionTitle1(),
text( title ), sectionTitle1_(), section1_()],
invoked on the current sink, produces the same result as
getSection1Block( title ).
[section2(), sectionTitle2(),
text( title ), sectionTitle2_(), section2_()],
invoked on the current sink, produces the same result as
getSection2Block( title ).
[section3(), sectionTitle3(),
text( title ), sectionTitle3_(), section3_()],
invoked on the current sink, produces the same result as
getSection3Block( title ).
[section4(), sectionTitle4(),
text( title ), sectionTitle4_(), section4_()],
invoked on the current sink, produces the same result as
getSection4Block( title ).
[section5(), sectionTitle5(),
text( title ), sectionTitle5_(), section5_()],
invoked on the current sink, produces the same result as
getSection5Block( title ).
[sectionTitle(), text( title ),
sectionTitle_()], invoked on the current sink, produces
the same result as
getSectionTitleBlock( title ).
[table(),
tableRows( Sink.JUSTIFY_CENTER, false ), tableRow(), tableCell(),
text( cell ), tableCell_(), tableRow_(), tableRows_(), tableCaption(),
text( caption ), tableCaption_(), table_()],
invoked on the current sink, produces the same result as
getTableBlock( cell, caption ).
[text( text )],
invoked on the current sink, produces the same result as
getTextBlock().
[title(), text( title ), title_()],
invoked on the current sink, produces the same result as
getTitleBlock( title ).
AbstractXmlValidator.getTestDocuments() with DTD or XSD using xerces.
[verbatim( SinkEventAttributeSet.BOXED ), text( text ),
verbatim_()], invoked on the current sink, produces the
same result as getVerbatimBlock( text ).
Sink interface.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||