Interface Summary | |
---|---|
Block | Document objet model: we parse the document to a bunch of these. |
BlockParser | Parse a twiki syntax block |
GenericListBlockParser.Type |
Class Summary | |
---|---|
AbstractFatherBlock | Generic Block for the Block that have child blocks. |
AnchorBlock | Represents an anchor |
BoldBlock | Block that represents the bold text format |
FormatedTextParser | Parse looking for formated text (bold, italic, ...) |
GenericListBlockParser | Generic list parser |
HorizontalRuleBlock | Represents an horizontal block |
HRuleBlockParser | Block that represents an horizontal rule |
ItalicBlock | Block that represents the italic text format |
LinkBlock | Block that represents a link. |
ListBlock |
- item1 - item2 - item2.1 ... |
ListItemBlock | Block that represents the item in a list |
MonospaceBlock | Block that represents the monospaced text format |
NopBlock | Block that not represent anything |
NumeratedListBlock |
1. item1 2. item2 - item2.1 ... |
ParagraphBlock | |
ParagraphBlockParser | Parse paragraphs. |
SectionBlock | Block that represents a section |
SectionBlockParser | Parse looking for sections |
TableBlock | Represents a table |
TableBlockParser | Parse tables |
TableCellBlock | Table cell |
TableCellHeaderBlock | Table Cell headear |
TableRowBlock | Represens a Table Row |
TextBlock | Block that holds plain text |
TextParser | Parse almost plain text in search of WikiWords, links, ... |
UnorderedListBlock |
- item1 - item2 - item2.1 ... |
WikiWordBlock | Represent a WikiWord |