Uses of Interface
org.apache.maven.doxia.module.twiki.parser.Block

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. item1 2. item2 - item2.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 TableBlockParser.visit(String line, ByLineSource source)
           
 Block SectionBlockParser.visit(String line, ByLineSource source)
           
 Block ParagraphBlockParser.visit(String line, ByLineSource source)
           
 Block HRuleBlockParser.visit(String line, ByLineSource source)
           
 Block GenericListBlockParser.visit(String line, ByLineSource source)
           
 Block[] FormatedTextParser.parse(String line)
           
 Block BlockParser.visit(String line, ByLineSource source)
           
 Block[] AbstractFatherBlock.getBlocks()
          Returns the childBlocks.
 

Constructors in org.apache.maven.doxia.module.twiki.parser with parameters of type Block
TableRowBlock(Block[] childBlocks)
          Creates the TableRowBlock.
TableCellHeaderBlock(Block[] childBlocks)
          Creates the TableCellHeaderBlock.
TableCellBlock(Block[] childBlocks)
          Creates the TableCellBlock.
TableBlock(Block[] childBlocks)
          Creates the TableBlock.
SectionBlock(String title, int level, Block[] blocks)
          Creates the SectionBlock.
ParagraphBlock(Block[] blocks)
           
MonospaceBlock(Block[] childBlocks)
          Creates the MonospaceBlock.
ListItemBlock(Block[] blocks)
           
ListItemBlock(Block[] blocks, ListBlock innerList)
          Creates the ListItemBlock.
ItalicBlock(Block[] childBlocks)
          Creates the BoldBlock.
BoldBlock(Block[] childBlocks)
          Creates the BoldBlock.
AbstractFatherBlock(Block[] childBlocks)
          Creates the AbstractFatherBlock.
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.