|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Block | |
---|---|
org.apache.maven.doxia.module.twiki.parser |
Uses of Block in org.apache.maven.doxia.module.twiki.parser |
---|
Classes in org.apache.maven.doxia.module.twiki.parser that implement Block | |
---|---|
class |
AbstractFatherBlock
Generic Block for the Block that have child blocks. |
class |
AnchorBlock
Represents an anchor |
class |
BoldBlock
Block that represents the bold text format |
class |
HorizontalRuleBlock
Represents an horizontal block |
class |
ItalicBlock
Block that represents the italic text format |
class |
LinkBlock
Block that represents a link. |
class |
ListBlock
- item1 - item2 - item2.1 ... |
class |
ListItemBlock
Block that represents the item in a list |
class |
MonospaceBlock
Block that represents the monospaced text format |
class |
NopBlock
Block that not represent anything |
class |
NumeratedListBlock
1. |
class |
ParagraphBlock
|
class |
SectionBlock
Block that represents a section |
class |
TableBlock
Represents a table |
class |
TableCellBlock
Table cell |
class |
TableCellHeaderBlock
Table Cell headear |
class |
TableRowBlock
Represens a Table Row |
class |
TextBlock
Block that holds plain text |
class |
UnorderedListBlock
- item1 - item2 - item2.1 ... |
class |
WikiWordBlock
Represent a WikiWord |
Methods in org.apache.maven.doxia.module.twiki.parser that return Block | |
---|---|
Block[] |
AbstractFatherBlock.getBlocks()
Returns the childBlocks. |
Block[] |
FormatedTextParser.parse(String line)
|
Block |
BlockParser.visit(String line,
ByLineSource source)
|
Block |
ParagraphBlockParser.visit(String line,
ByLineSource source)
|
Block |
SectionBlockParser.visit(String line,
ByLineSource source)
|
Block |
GenericListBlockParser.visit(String line,
ByLineSource source)
|
Block |
HRuleBlockParser.visit(String line,
ByLineSource source)
|
Block |
TableBlockParser.visit(String line,
ByLineSource source)
|
Constructors in org.apache.maven.doxia.module.twiki.parser with parameters of type Block | |
---|---|
AbstractFatherBlock(Block[] childBlocks)
Creates the AbstractFatherBlock. |
|
BoldBlock(Block[] childBlocks)
Creates the BoldBlock. |
|
ItalicBlock(Block[] childBlocks)
Creates the BoldBlock. |
|
ListItemBlock(Block[] blocks)
|
|
ListItemBlock(Block[] blocks,
ListBlock innerList)
Creates the ListItemBlock. |
|
MonospaceBlock(Block[] childBlocks)
Creates the MonospaceBlock. |
|
ParagraphBlock(Block[] blocks)
|
|
SectionBlock(String title,
int level,
Block[] blocks)
Creates the SectionBlock. |
|
TableBlock(Block[] childBlocks)
Creates the TableBlock. |
|
TableCellBlock(Block[] childBlocks)
Creates the TableCellBlock. |
|
TableCellHeaderBlock(Block[] childBlocks)
Creates the TableCellHeaderBlock. |
|
TableRowBlock(Block[] childBlocks)
Creates the TableRowBlock. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |