JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.maven.doxia.module.twiki.parser
Interface Block
All Known Implementing Classes:
AbstractFatherBlock
,
AnchorBlock
,
BoldBlock
,
HorizontalRuleBlock
,
ImageBlock
,
ItalicBlock
,
LinkBlock
,
ListBlock
,
ListItemBlock
,
MonospaceBlock
,
NopBlock
,
NumeratedListBlock
,
ParagraphBlock
,
SectionBlock
,
TableBlock
,
TableCellBlock
,
TableCellHeaderBlock
,
TableRowBlock
,
TextBlock
,
UnorderedListBlock
,
VerbatimBlock
,
WikiWordBlock
,
XHTMLBlock
public interface
Block
Document objet model: we parse the document to a bunch of these.
Implementators should implement equals() and hashCode() to ease testing
Version:
$Id: Block.java 705065 2008-10-15 21:46:08Z vsiveton $
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
traverse
(
Sink
sink)
Traverse the block
Method Detail
traverse
void traverse(
Sink
sink)
Traverse the block
Parameters:
sink
- the sink that travers
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method