- generate(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a full model that mimics aptconvert's test.apt,
into the specified sink.
- generateAnchors(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a paragraph with anchor and link elements
into the specified sink.
- generateDefinitionList(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a definition list into the specified sink.
- generateFigure(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a figure with figure caption into the specified sink.
- generateFonts(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a paragraph with italic, bold and monospaced text
into the specified sink.
- generateHead(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a header with title, author and date elements
into the specified sink.
- generateHeaderTable(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a table with a header row into the specified sink.
- generateHorizontalRule(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a horizontal rule block into the specified sink.
- generateLineBreak(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a lineBreak block into the specified sink.
- generateList(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a list into the specified sink.
- generateNoGridTable(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a table without grid into the specified sink.
- generateNonBreakingSpace(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a nonBreakingSpace block into the specified sink.
- generateNumberedList(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a numbered list into the specified sink.
- generatePageBreak(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a pageBreak block into the specified sink.
- generateSpecialCharacters(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a special character block into the specified sink.
- generateTable(Sink) - Static method in class org.apache.maven.doxia.sink.impl.SinkTestDocument
-
Dumps a table with grid and caption into the specified sink.
- getAddressBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns an Address block generated by this sink.
- getAllTestDocuments() - Static method in class org.apache.maven.doxia.xsd.AbstractXmlValidatorTest
-
Find test resources in the doxia-test-docs-XXX.jar
or in an IDE project.
- getAnchorBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Anchor block generated by this sink.
- getArgs() - Method in class org.apache.maven.doxia.sink.impl.SinkEventElement
-
Return the array of arguments to the sink method.
- getArticleBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns an article block generated by this sink.
- getAuthorBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns an author block generated by this sink.
- getBasedirFile() - Method in class org.apache.maven.doxia.AbstractModuleTest
-
Returns the common base directory.
- getBasedirFile() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTestCase
-
Return the current base diretory as a File.
- getBlockquoteBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Blockquote block generated by this sink.
- getBodyBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a body block generated by this sink.
- getCommentBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a comment block generated by this sink.
- getContentBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a content block generated by this sink.
- getDataBlock(String, String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Data block generated by this sink.
- getDateBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a date block generated by this sink.
- getDefinitionListBlock(String, String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a DefinitionList block generated by this sink.
- getDivisionBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Division block generated by this sink.
- getDocument() - Method in class org.apache.maven.doxia.parser.AbstractParserTestCase
-
Path of the model to test, relative to basedir
- getEntityResolver() - Method in class org.apache.maven.doxia.xsd.AbstractXmlValidator
-
Returns the EntityResolver that is used by the XMLReader for validation.
- getEntityResolver() - Method in class org.apache.maven.doxia.xsd.AbstractXmlValidatorTest
-
Returns the EntityResolver that is used by the XMLReader for validation.
- getEventList() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
Return the collected list of SinkEventElements.
- getExpected() - Method in class org.apache.maven.doxia.module.AbstractIdentityTest
-
- getFigureBlock(String, String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Figure block generated by this sink.
- getFooterBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a footer block generated by this sink.
- getHeadBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a head block generated by this sink.
- getHeaderBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a header block generated by this sink.
- getHorizontalRuleBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a HorizontalRule block generated by this sink.
- getIncludes() - Method in class org.apache.maven.doxia.xsd.AbstractXmlValidatorTest
-
- getInlineBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns an Inline block generated by this sink.
- getInlineBoldBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns an Inline bold block generated by this sink.
- getInlineCodeBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns an Inline code block generated by this sink.
- getInlineItalicBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns an Inline italic block generated by this sink.
- getLineBreakBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a LineBreak block generated by this sink.
- getLineBreakOpportunityBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a LineBreakOpportunity block generated by this sink.
- getLinkBlock(String, String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Link block generated by this sink.
- getListBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a list block generated by this sink.
- getName() - Method in class org.apache.maven.doxia.sink.impl.SinkEventElement
-
Return the name of the this event.
- getNavigationBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns an navigation block generated by this sink.
- getNonBreakingSpaceBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a NonBreakingSpace block generated by this sink.
- getNumberedListBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a NumberedList block generated by this sink.
- getOffender() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
Gets the offending element that breaks the wellformedness as well
as the exepected element.
- getOffenders() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
Gets the list of errors found during wellformedness-check
- getOutputDir() - Method in class org.apache.maven.doxia.AbstractModuleTest
-
Returns the directory where test output will go.
- getOutputDir() - Method in class org.apache.maven.doxia.module.AbstractIdentityTest
-
Returns the directory where test output will go.
- getOutputDir() - Method in class org.apache.maven.doxia.parser.AbstractParserTest
-
Returns the directory where all parser test output will go.
- getOutputDir() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns the directory where all sink test output will go.
- getPageBreakBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a PageBreak block generated by this sink.
- getParagraphBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Paragraph block generated by this sink.
- getParser() - Method in class org.apache.maven.doxia.parser.AbstractParserTestCase
-
Parser to use to convert input to sink events
- getRawTextBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a RawText block generated by this sink.
- getSection1Block(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Section1 block generated by this sink.
- getSection2Block(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Section2 block generated by this sink.
- getSection3Block(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Section3 block generated by this sink.
- getSection4Block(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Section4 block generated by this sink.
- getSection5Block(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Section5 block generated by this sink.
- getSectionTitleBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a SectionTitle block generated by this sink.
- getSidebarBlock() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a sidebar block generated by this sink.
- getSink() - Method in class org.apache.maven.doxia.parser.AbstractParserTestCase
-
Sink to write the output of the parsing
- getSink() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns the sink that is currently being tested.
- getSinkContent() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a String representation of all events that have been written to the sink.
- getTableBlock(String, String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Table block generated by this sink.
- getTestDocuments() - Method in class org.apache.maven.doxia.xsd.AbstractXmlValidator
-
- getTestDocuments() - Method in class org.apache.maven.doxia.xsd.AbstractXmlValidatorTest
-
- getTestReader(String, String) - Method in class org.apache.maven.doxia.AbstractModuleTest
-
Returns an InputStreamReader to read a resource from a file
in the test target output directory.
- getTestReader(String) - Method in class org.apache.maven.doxia.AbstractModuleTest
-
Returns an InputStreamReader to read a resource from a file
in the test target output directory.
- getTestReader() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTestCase
-
Returns a Reader that gives access to a common test apt file.
- getTestWriter(String, String) - Method in class org.apache.maven.doxia.AbstractModuleTest
-
Returns a FileWriter to write to a file with the given name
in the test target output directory.
- getTestWriter(String) - Method in class org.apache.maven.doxia.AbstractModuleTest
-
Returns a FileWriter to write to a file with the given name
in the test target output directory.
- getTestWriter() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTestCase
-
Returns a Writer to write a test output result.
- getTestWriterFile(String, String) - Method in class org.apache.maven.doxia.AbstractModuleTest
-
- getTestWriterFile(String) - Method in class org.apache.maven.doxia.AbstractModuleTest
-
- getTextBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Text block generated by this sink.
- getTimeBlock(String, String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Time block generated by this sink.
- getTitleBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a title block generated by this sink.
- getVerbatimBlock(String) - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Returns a Verbatim block generated by this sink.
- getXmlTestWriter(String) - Method in class org.apache.maven.doxia.AbstractModuleTest
-
Returns an XML FileWriter to write to a file with the given name
in the test target output directory.
- getXmlTestWriter(String, String) - Method in class org.apache.maven.doxia.AbstractModuleTest
-
Returns an XML FileWriter to write to a file with the given name
in the test target output directory.
- table() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- table(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- table() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- table(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- table() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- table(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- table_() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- table_() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- table_() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableCaption() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableCaption(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableCaption() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableCaption(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableCaption() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableCaption(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableCaption_() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableCaption_() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableCaption_() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableCell() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableCell(String) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableCell(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableCell() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableCell(String) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableCell(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableCell() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableCell(String) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableCell(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableCell_() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableCell_() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableCell_() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableHeaderCell() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableHeaderCell(String) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableHeaderCell(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableHeaderCell() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableHeaderCell(String) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableHeaderCell(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableHeaderCell() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableHeaderCell(String) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableHeaderCell(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableHeaderCell_() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableHeaderCell_() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableHeaderCell_() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableRow() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableRow(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableRow() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableRow(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableRow() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableRow(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableRow_() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableRow_() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableRow_() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableRows(int[], boolean) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableRows(int[], boolean) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableRows(int[], boolean) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tableRows_() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- tableRows_() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- tableRows_() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- tearDown() - Method in class org.apache.maven.doxia.xsd.AbstractXmlValidator
-
- TestAbstractSink - Class in org.apache.maven.doxia.sink.impl
-
- TestAbstractSink() - Constructor for class org.apache.maven.doxia.sink.impl.TestAbstractSink
-
- testAddAttribute() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of addAttribute method, of class SinkEventAttributeSet.
- testAddAttributes() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of add/removeAttributes methods, of class SinkEventAttributeSet.
- testAddress() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[address(), text( text ),
address_()]
, invoked on the current sink, produces
the same result as
getAddressBlock
( text ).
- testAddress() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of address method, of class SinkAdapter.
- testAddress() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of address method, of class Xhtml5BaseSink.
- testAnchor() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[anchor( anchor ), text( anchor ),
anchor_()]
, invoked on the current sink, produces the same
result as
getAnchorBlock
( anchor ).
- testAnchor() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of anchor method, of class SinkAdapter.
- testAnchor() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of anchor method, of class Xhtml5BaseSink.
- testAnchor() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of anchor method, of class XhtmlBaseSink.
- testAnchorLink() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testAnchorLink() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testApt() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTestCase
-
- testArticle() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[article(), article_()]
,
invoked on the current sink, produces the same result as
getArticleBlock()
.
- testArticle() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of article method, of class SinkAdapter.
- testArticle() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of article method, of class Xhtml5BaseSink.
- testAttributeEntities() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
Test entities in attributes.
- testAttributeEntities() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
Test entities in attributes.
- testAttributeEntities() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test entities in attribute values.
- testAttributeEntities() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test entities in attribute values.
- testAuthor() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[author(), text( author ), author_()]
, invoked on the current sink, produces the same result as
getAuthorBlock
( author ).
- testAuthor() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of author method, of class SinkAdapter.
- testBlockquote() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
- testBlockquote() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of blockquote method, of class SinkAdapter.
- testBlockquote() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of blockquote method, of class Xhtml5BaseSink.
- testBody() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[body(), body_()]
,
invoked on the current sink, produces the same result as
getBodyBlock()
.
- testBody() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of body method, of class SinkAdapter.
- testBold() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of bold method, of class SinkAdapter.
- testClone() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of clone method, of class SinkEventAttributeSet.
- testClose() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of close method, of class SinkAdapter.
- testComment() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[comment(comment)]
,
invoked on the current sink, produces the same result as
getCommentBlock
( comment ).
- testComment() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of comment method, of class SinkAdapter.
- testComment() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of comment method, of class Xhtml5BaseSink.
- testComment() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of comment method, of class XhtmlBaseSink.
- testComplex() - Method in class org.apache.maven.doxia.sink.impl.RandomAccessSinkTest
-
- testConstructor() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of constructors, of class SinkEventAttributeSet.
- testContainsAttribute() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of containsAttribute method, of class SinkEventAttributeSet.
- testContainsAttributes() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of containsAttributes method, of class SinkEventAttributeSet.
- testContent() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[content(), content(), content_(), content_()]
,
invoked on the current sink, produces the same result as
getContentBlock()
.
- testContent() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of content method, of class SinkAdapter.
- testContent() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of content method, of class Xhtml5BaseSink.
- testCopyAttributes() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of copyAttributes method, of class SinkEventAttributeSet.
- testCreatesDefaultDoxia() - Method in class org.apache.maven.doxia.DefaultDoxiaTest
-
- testData() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[data(), text( text ),
data_()]
, invoked on the current sink, produces
the same result as
getDataBlock
( text ).
- testData() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of data method, of class SinkAdapter.
- testData() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of data method, of class Xhtml5BaseSink.
- testDate() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[date(), text( date ), date_()]
,
invoked on the current sink, produces the same result as
getDateBlock
( date ).
- testDate() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of date method, of class SinkAdapter.
- testDefinedTerm() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of definedTerm method, of class SinkAdapter.
- testDefinition() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of definition method, of class SinkAdapter.
- testDefinitionList() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[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 ).
- testDefinitionList() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of definitionList method, of class SinkAdapter.
- testDefinitionList() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of definitionList method, of class Xhtml5BaseSink.
- testDefinitionList() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of definitionList method, of class XhtmlBaseSink.
- testDefinitionListItem() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of definitionListItem method, of class SinkAdapter.
- testDivider() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[division(), text( text ),
division_()]
, invoked on the current sink, produces
the same result as
getDivisionBlock
( text ).
- testDivision() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of division method, of class SinkAdapter.
- testDivision() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of division method, of class Xhtml5BaseSink.
- testDocument() - Method in class org.apache.maven.doxia.parser.AbstractParserTest
-
- testDocumentModel() - Method in class org.apache.maven.doxia.document.DocumentModelTest
-
Test DocumentModel.
- testDoxia250() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testDoxia250() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testDoxiaVersion() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
Test Doxia version.
- testDoxiaVersion() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
Test Doxia version.
- testEncodeId() - Method in class org.apache.maven.doxia.util.DoxiaUtilsTest
-
Verify the expected results.
- testEncodeId() - Method in class org.apache.maven.doxia.util.HtmlToolsTest
-
Verify the expected results.
- testEncodeURL() - Method in class org.apache.maven.doxia.util.HtmlToolsTest
-
Verify the expected results.
- testEntities() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testEntities() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testEntity() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of entity.
- testEntity() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of entity.
- testEquals() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of equals method, of class SinkEventAttributeSet.
- testEscapeHTML() - Method in class org.apache.maven.doxia.util.HtmlToolsTest
-
Verify the expected results.
- testExecute() - Method in class org.apache.maven.doxia.macro.EchoMacroTest
-
Test of execute method, of class EchoMacro.
- testExecute() - Method in class org.apache.maven.doxia.macro.snippet.SnippetMacroTest
-
Test of execute method, of class SnippetMacro.
- testExecute() - Method in class org.apache.maven.doxia.macro.SsiMacroTest
-
Test of execute method, of class SwfMacro.
- testExecute() - Method in class org.apache.maven.doxia.macro.SwfMacroTest
-
Test of execute method, of class SwfMacro.
- testExecute() - Method in class org.apache.maven.doxia.macro.toc.TocMacroTest
-
Test of execute method, of class TocMacro.
- testFailsWhenParserIdDoesNotExist() - Method in class org.apache.maven.doxia.DefaultDoxiaTest
-
- testFigure() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testFigure() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testFigure() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[figure(), figureGraphics( source ),
figureCaption(), text( caption ), figureCaption_(), figure_()]
,
invoked on the current sink, produces the same result as
getFigureBlock
( source, caption ).
- testFigure() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of figure method, of class SinkAdapter.
- testFigure() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of figure method, of class Xhtml5BaseSink.
- testFigure() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of figure method, of class XhtmlBaseSink.
- testFigureCaption() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of figureCaption method, of class SinkAdapter.
- testFigureEventsList() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testFigureEventsList() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testFigureFromUrl() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
- testFigureGraphics() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of figureGraphics method, of class SinkAdapter.
- testFigureGraphics() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of figureGraphics method, of class Xhtml5BaseSink.
- testFigureGraphics() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of figureGraphics method, of class XhtmlBaseSink.
- testFigureWithoutCaption() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
- testFilterAttributes() - Method in class org.apache.maven.doxia.sink.impl.SinkUtilsTest
-
Test of filterAttributes method, of class SinkUtils.
- testFlush() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of flush method, of class SinkAdapter.
- testFooter() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[footer(), footer_()]
,
invoked on the current sink, produces the same result as
getHeaderBlock()
.
- testFooter() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of footer method, of class SinkAdapter.
- testFooter() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of footer method, of class Xhtml5BaseSink.
- testGetAttribute() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of getAttribute method, of class SinkEventAttributeSet.
- testGetAttributeCount() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of getAttributeCount method, of class SinkEventAttributeSet.
- testGetAttributeNames() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of getAttributeNames method, of class SinkEventAttributeSet.
- testGetAttributeString() - Method in class org.apache.maven.doxia.sink.impl.SinkUtilsTest
-
Test of getAttributeString method, of class SinkUtils.
- testGetHtmlTag() - Method in class org.apache.maven.doxia.util.HtmlToolsTest
-
Verify the expected results.
- testGetResolveParent() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of getResolveParent method, of class SinkEventAttributeSet.
- testHashCode() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of hashCode method, of class SinkEventAttributeSet.
- testHead() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[head(), head_()]
,
invoked on the current sink, produces the same result as
getHeadBlock()
.
- testHead() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of head method, of class SinkAdapter.
- testHeader() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[header(), header_()]
,
invoked on the current sink, produces the same result as
getHeaderBlock()
.
- testHeader() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of header method, of class SinkAdapter.
- testHeader() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of header method, of class Xhtml5BaseSink.
- testHeadingEventsList() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testHeadingEventsList() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testHorizontalRule() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[horizontalRule()]
,
invoked on the current sink, produces the same result as
getHorizontalRuleBlock()
.
- testHorizontalRule() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of horizontalRule method, of class SinkAdapter.
- testHorizontalRule() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of horizontalRule method, of class Xhtml5BaseSink.
- testHorizontalRule() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of horizontalRule method, of class XhtmlBaseSink.
- testIdentity() - Method in class org.apache.maven.doxia.module.AbstractIdentityTest
-
- testIgnoreDownloadError() - Method in class org.apache.maven.doxia.macro.snippet.SnippetMacroTest
-
- testIndexEntry() - Method in class org.apache.maven.doxia.index.IndexEntryTest
-
Test IndexEntry.
- testInline() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[inline(), text( text ), inline_()]
,
invoked on the current sink, produces the same result as
getInlineBlock
( text ).
- testInline() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of inline method, of class SinkAdapter.
- testInline() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of inline method, of class Xhtml5BaseSink.
- testInlineBold() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[inline(bold), text( text ), inline_()]
,
invoked on the current sink, produces the same result as
getInlineBoldBlock
( text ).
- testInlineCode() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[inline(code), text( text ), inline_()]
,
invoked on the current sink, produces the same result as
getInlineBoldBlock
( text ).
- testInlineItalic() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[inline(italic), text( text ), inline_()]
,
invoked on the current sink, produces the same result as
getInlineBoldBlock
( text ).
- testIsDefined() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of isDefined method, of class SinkEventAttributeSet.
- testIsDemarcator() - Method in class org.apache.maven.doxia.macro.snippet.SnippetReaderTest
-
- testIsEmpty() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of isEmpty method, of class SinkEventAttributeSet.
- testIsEqual() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of isEqual method, of class SinkEventAttributeSet.
- testIsExternalLink() - Method in class org.apache.maven.doxia.util.DoxiaUtilsTest
-
Verify the expected results.
- testIsId() - Method in class org.apache.maven.doxia.util.HtmlToolsTest
-
Verify the expected results.
- testIsInternalLink() - Method in class org.apache.maven.doxia.util.DoxiaUtilsTest
-
Verify the expected results.
- testIsLocalLink() - Method in class org.apache.maven.doxia.util.DoxiaUtilsTest
-
Verify the expected results.
- testIsValidId() - Method in class org.apache.maven.doxia.util.DoxiaUtilsTest
-
Verify the expected results.
- testItalic() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of italic method, of class SinkAdapter.
- testItalic() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of italic/bold/code method, of class Xhtml5BaseSink.
- testItalic() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of italic/bold/monospaced method, of class XhtmlBaseSink.
- testLineBreak() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[lineBreak()]
,
invoked on the current sink, produces the same result as
getLineBreakBlock()
.
- testLineBreak() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of lineBreak/lineBreakOpportunity/pageBreak/nonBreakingSpace method, of class Xhtml5BaseSink.
- testLineBreak() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of lineBreak/pageBreak/nonBreakingSpace method, of class XhtmlBaseSink.
- testLineBreakOpportunities() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of lineBreakOpportunity method, of class SinkAdapter.
- testLineBreakOpportunity() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
- testLineBreaks() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of lineBreak method, of class SinkAdapter.
- testLink() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[link( link ), text( text ),
link_()]
, invoked on the current sink, produces the same
result as
getLinkBlock
( link, text ).
- testLink() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of link method, of class SinkAdapter.
- testLink() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of link method, of class Xhtml5BaseSink.
- testLink() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of link method, of class XhtmlBaseSink.
- testList() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[list(), listItem(), text( item ),
listItem_(), list_()]
, invoked on the current sink, produces
the same result as
getListBlock
( item ).
- testList() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of list method, of class SinkAdapter.
- testList() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of list method, of class Xhtml5BaseSink.
- testList() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of list method, of class XhtmlBaseSink.
- testListItem() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of listItem method, of class SinkAdapter.
- testLists() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testLists() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testLog() - Method in class org.apache.maven.doxia.macro.EchoMacroTest
-
Test log.
- testMacroManager() - Method in class org.apache.maven.doxia.macro.manager.MacroManagerTest
-
Test MacroManager.
- testMonospaced() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of monospaced method, of class SinkAdapter.
- testNameSpace() - Method in class org.apache.maven.doxia.sink.impl.AbstractXmlSinkTest
-
Test of set/getNameSpace method, of class AbstractXmlSink.
- testNavigation() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[navigation(), navigation_()]
,
invoked on the current sink, produces the same result as
getNavigationBlock()
.
- testNavigation() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of navigation method, of class SinkAdapter.
- testNavigation() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of navigation method, of class Xhtml5BaseSink.
- testNestedHeadingEventsList() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testNestedHeadingEventsList() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testNestedTables() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
- testNestedTables() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
- testNonBreakingSpace() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[nonBreakingSpace()]
,
invoked on the current sink, produces the same result as
getNonBreakingSpaceBlock()
.
- testNonBreakingSpace() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of nonBreakingSpace method, of class SinkAdapter.
- testNumberedList() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[numberedList( Sink.NUMBERING_LOWER_ROMAN ), numberedListItem(),
text( item ), numberedListItem_(), numberedList_()]
,
invoked on the current sink, produces the same result as
getNumberedListBlock
( item ).
- testNumberedList() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of numberedList method, of class SinkAdapter.
- testNumberedList() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of numberedList method, of class Xhtml5BaseSink.
- testNumberedList() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of numberedList method, of class XhtmlBaseSink.
- testNumberedListItem() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of numberedListItem method, of class SinkAdapter.
- testOthersThenStringParameters() - Method in class org.apache.maven.doxia.macro.SwfMacroTest
-
Test that SwfMacro does not crash if other things then Strings are provided.
- testPageBreak() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[pageBreak()]
,
invoked on the current sink, produces the same result as
getPageBreakBlock()
.
- testPageBreak() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of pageBreak method, of class SinkAdapter.
- testParagraph() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[paragraph(), text( text ),
paragraph_()]
, invoked on the current sink, produces
the same result as
getParagraphBlock
( text ).
- testParagraph() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of paragraph method, of class SinkAdapter.
- testParagraph() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of paragraph method, of class Xhtml5BaseSink.
- testParagraph() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of paragraph method, of class XhtmlBaseSink.
- testParseDate() - Method in class org.apache.maven.doxia.util.DoxiaUtilsTest
-
Verify the expected results.
- testParser() - Method in class org.apache.maven.doxia.parser.AbstractParserTest
-
- testParser() - Method in class org.apache.maven.doxia.parser.AbstractParserTestCase
-
- testPreEOL() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testPreEOL() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testPreFormattedText() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testPreFormattedText() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testRawText() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[rawText( text )]
,
invoked on the current sink, produces the same result as
getRawTextBlock
( text ).
- testRawText() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of rawText method, of class SinkAdapter.
- testRawText() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of rawText method, of class Xhtml5BaseSink.
- testRawText() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of rawText method, of class XhtmlBaseSink.
- testSection() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of section method, of class SinkAdapter.
- testSection() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of section method, of class Xhtml5BaseSink.
- testSection() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of section method, of class XhtmlBaseSink.
- testSection1() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[section1(), sectionTitle1(),
text( title ), sectionTitle1_(), section1_()]
,
invoked on the current sink, produces the same result as
getSection1Block
( title ).
- testSection1() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of section1 method, of class SinkAdapter.
- testSection1() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of section1 method, of class Xhtml5BaseSink.
- testSection1() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of section1 method, of class XhtmlBaseSink.
- testSection2() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[section2(), sectionTitle2(),
text( title ), sectionTitle2_(), section2_()]
,
invoked on the current sink, produces the same result as
getSection2Block
( title ).
- testSection2() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of section2 method, of class SinkAdapter.
- testSection2() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of section2 method, of class Xhtml5BaseSink.
- testSection2() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of section2 method, of class XhtmlBaseSink.
- testSection3() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[section3(), sectionTitle3(),
text( title ), sectionTitle3_(), section3_()]
,
invoked on the current sink, produces the same result as
getSection3Block
( title ).
- testSection3() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of section3 method, of class SinkAdapter.
- testSection3() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of section3 method, of class Xhtml5BaseSink.
- testSection3() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of section3 method, of class XhtmlBaseSink.
- testSection4() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[section4(), sectionTitle4(),
text( title ), sectionTitle4_(), section4_()]
,
invoked on the current sink, produces the same result as
getSection4Block
( title ).
- testSection4() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of section4 method, of class SinkAdapter.
- testSection4() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of section4 method, of class Xhtml5BaseSink.
- testSection4() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of section4 method, of class XhtmlBaseSink.
- testSection5() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[section5(), sectionTitle5(),
text( title ), sectionTitle5_(), section5_()]
,
invoked on the current sink, produces the same result as
getSection5Block
( title ).
- testSection5() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of section5 method, of class SinkAdapter.
- testSection5() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of section5 method, of class Xhtml5BaseSink.
- testSection5() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of section5 method, of class XhtmlBaseSink.
- testSectionAttributes() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of section method, of class Xhtml5BaseSink.
- testSectionAttributes() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of section method, of class XhtmlBaseSink.
- testSectionTitle() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[sectionTitle(), text( title ),
sectionTitle_()]
, invoked on the current sink, produces
the same result as
getSectionTitleBlock
( title ).
- testSectionTitle() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of sectionTitle method, of class SinkAdapter.
- testSectionTitle1() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of sectionTitle1 method, of class SinkAdapter.
- testSectionTitle2() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of sectionTitle2 method, of class SinkAdapter.
- testSectionTitle3() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of sectionTitle3 method, of class SinkAdapter.
- testSectionTitle4() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of sectionTitle4 method, of class SinkAdapter.
- testSectionTitle5() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of sectionTitle5 method, of class SinkAdapter.
- testSemanticTags() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testSemanticTags() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testSidebar() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[sidebar(), sidebar_()]
,
invoked on the current sink, produces the same result as
getSidebarBlock()
.
- testSidebar() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of sidebar method, of class SinkAdapter.
- testSidebar() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of sidebar method, of class Xhtml5BaseSink.
- testSignificantWhiteSpace() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testSignificantWhiteSpace() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testSimple() - Method in class org.apache.maven.doxia.sink.impl.RandomAccessSinkTest
-
- testSimpleTags() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testSimpleTags() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testSpaceAfterClosingTag() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
- testSpaceAfterClosingTag() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
- testSpecial() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testSpecial() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testSpecialCharacters() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test unicode chracters in tables.
- testSpecialCharacters() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test unicode chracters in tables.
- testTable() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testTable() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testTable() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[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 ).
- testTable() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of table method, of class SinkAdapter.
- testTable() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of table method, of class Xhtml5BaseSink.
- testTable() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of table method, of class XhtmlBaseSink.
- testTableCaption() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of tableCaption method, of class SinkAdapter.
- testTableCaption() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of tableCaption method, of class Xhtml5BaseSink.
- testTableCaption() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of tableCaption method, of class XhtmlBaseSink.
- testTableCell() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of tableCell method, of class SinkAdapter.
- testTableCell() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of tableCell method, of class Xhtml5BaseSink.
- testTableCell() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of tableCell method, of class XhtmlBaseSink.
- testTableEventsList() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testTableEventsList() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testTableHeaderCell() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of tableHeaderCell method, of class SinkAdapter.
- testTableHeaderCell() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of tableHeaderCell method, of class Xhtml5BaseSink.
- testTableHeaderCell() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of tableHeaderCell method, of class XhtmlBaseSink.
- testTableRow() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of tableRow method, of class SinkAdapter.
- testTableRow() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of tableRow method, of class Xhtml5BaseSink.
- testTableRow() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of tableRow method, of class XhtmlBaseSink.
- testTableRows() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of tableRows method, of class SinkAdapter.
- testTableRows() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of tableRows method, of class Xhtml5BaseSink.
- testTableRows() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of tableRows method, of class XhtmlBaseSink.
- testTestDocument() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Tests that the current sink is able to render the common test document.
- testText() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[text( text )]
,
invoked on the current sink, produces the same result as
getTextBlock()
.
- testText() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of text method, of class SinkAdapter.
- testText() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of text method, of class Xhtml5BaseSink.
- testText() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of text method, of class XhtmlBaseSink.
- testTime() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[time(), text( text ),
time_()]
, invoked on the current sink, produces
the same result as
getTimeBlock
( text ).
- testTime() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of time method, of class SinkAdapter.
- testTime() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of time method, of class Xhtml5BaseSink.
- testTitle() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[title(), text( title ), title_()]
,
invoked on the current sink, produces the same result as
getTitleBlock
( title ).
- testTitle() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of title method, of class SinkAdapter.
- testTocStyle() - Method in class org.apache.maven.doxia.macro.toc.TocMacroTest
-
Test DOXIA-366.
- testToString() - Method in class org.apache.maven.doxia.sink.impl.SinkEventAttributeSetTest
-
Test of toString method, of class SinkEventAttributeSet.
- testUnbalancedDefinitionListItem() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testUnbalancedDefinitionListItem() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- testUnescapeHTML() - Method in class org.apache.maven.doxia.util.HtmlToolsTest
-
Verify the expected results.
- testUnifiedEOL() - Method in class org.apache.maven.doxia.sink.impl.TestAbstractSink
-
- testUnknown() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of unknown method, of class SinkAdapter.
- testUnknown() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of unknown method, of class Xhtml5BaseSink.
- testUnknown() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of unknown method, of class XhtmlBaseSink.
- testUse() - Method in class org.apache.maven.doxia.util.ByLineReaderSourceTest
-
- testValidate() - Method in class org.apache.maven.doxia.util.XmlValidatorTest
-
- testValidateFiles() - Method in class org.apache.maven.doxia.xsd.AbstractXmlValidator
-
- testVerbatim() - Method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Checks that the sequence
[verbatim( SinkEventAttributeSet.BOXED ), text( text ),
verbatim_()]
, invoked on the current sink, produces the
same result as
getVerbatimBlock
( text ).
- testVerbatim() - Method in class org.apache.maven.doxia.sink.impl.SinkAdapterTest
-
Test of verbatim method, of class SinkAdapter.
- testVerbatim() - Method in class org.apache.maven.doxia.sink.impl.Xhtml5BaseSinkTest
-
Test of verbatim method, of class Xhtml5BaseSink.
- testVerbatim() - Method in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkTest
-
Test of verbatim method, of class XhtmlBaseSink.
- testWriteEOL() - Method in class org.apache.maven.doxia.sink.impl.AbstractXmlSinkTest
-
Test of writeEOL method, of class AbstractXmlSink.
- testWriteSimpleTag() - Method in class org.apache.maven.doxia.sink.impl.AbstractXmlSinkTest
-
Test of writeSimpleTag method, of class AbstractXmlSink.
- testWriteStartTag() - Method in class org.apache.maven.doxia.sink.impl.AbstractXmlSinkTest
-
Test of writeStartTag method, of class AbstractXmlSink.
- testXhtmlEntities() - Method in class org.apache.maven.doxia.parser.Xhtml5BaseParserTest
-
- testXhtmlEntities() - Method in class org.apache.maven.doxia.parser.XhtmlBaseParserTest
-
- text(String) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- text(String, SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- text(String) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- text(String, SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- text(String) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- text(String, SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- TextSink - Class in org.apache.maven.doxia.sink.impl
-
A simple text-based implementation of the Sink
interface.
- TextSink(Writer) - Constructor for class org.apache.maven.doxia.sink.impl.TextSink
-
Constructor.
- time(String) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- time(String, SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- time(String) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- time(String, SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- time(String) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- time(String, SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- time_() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- time_() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- time_() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- title() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- title(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- title() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- title(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- title() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- title(SinkEventAttributes) - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- title_() - Method in class org.apache.maven.doxia.sink.impl.SinkEventTestingSink
-
- title_() - Method in class org.apache.maven.doxia.sink.impl.TextSink
-
- title_() - Method in class org.apache.maven.doxia.sink.impl.WellformednessCheckingSink
-
- TocMacroTest - Class in org.apache.maven.doxia.macro.toc
-
Test toc macro.
- TocMacroTest() - Constructor for class org.apache.maven.doxia.macro.toc.TocMacroTest
-
- toString() - Method in class org.apache.maven.doxia.sink.impl.SinkEventElement
- toXmlComment(String) - Static method in class org.apache.maven.doxia.sink.impl.AbstractSinkTest
-
Transforms a given string to be compatible to XML comments.