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.
 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(java.lang.String line)
           
 Block SectionBlockParser.visit(java.lang.String line, org.apache.maven.doxia.util.ByLineSource source)
           
 Block GenericListBlockParser.visit(java.lang.String line, org.apache.maven.doxia.util.ByLineSource source)
           
 Block TableBlockParser.visit(java.lang.String line, org.apache.maven.doxia.util.ByLineSource source)
           
 Block BlockParser.visit(java.lang.String line, org.apache.maven.doxia.util.ByLineSource source)
           
 Block ParagraphBlockParser.visit(java.lang.String line, org.apache.maven.doxia.util.ByLineSource source)
           
 Block HRuleBlockParser.visit(java.lang.String line, org.apache.maven.doxia.util.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(java.lang.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.
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.