Uses of Interface
org.apache.maven.doxia.module.twiki.parser.Block
Packages that use Block
-
Uses of Block in org.apache.maven.doxia.module.twiki
Methods in org.apache.maven.doxia.module.twiki that return types with arguments of type BlockMethod parameters in org.apache.maven.doxia.module.twiki with type arguments of type BlockModifier and TypeMethodDescriptionfinal String
TWikiParser.getTitle
(List<Block> blocks, ByLineSource source) Guess a title for the page. -
Uses of Block in org.apache.maven.doxia.module.twiki.parser
Classes in org.apache.maven.doxia.module.twiki.parser that implement BlockModifier and TypeClassDescription(package private) class
Generic Block for the Block that have child blocks.(package private) class
Represents an anchor(package private) class
Block that represents the bold text format(package private) class
Represents an horizontal block(package private) class
Block that represents an image.(package private) class
Block that represents the italic text format(package private) class
Block that represents a link.(package private) class
- item1 - item2 - item2.1 ...(package private) class
Block that represents the item in a list(package private) class
Block that represents the monospaced text format(package private) class
Block that not represent anything(package private) class
1.(package private) class
class
Block that represents a section(package private) class
Represents a table(package private) class
Table cell(package private) class
Table Cell headear(package private) class
Represens a Table Row(package private) class
Block that holds plain text(package private) class
- item1 - item2 - item2.1 ...(package private) class
Represents a verbatim block(package private) class
Represent a WikiWord(package private) class
An XHTML BlockFields in org.apache.maven.doxia.module.twiki.parser declared as BlockModifier and TypeFieldDescriptionprivate final Block[]
AbstractFatherBlock.childBlocks
private final Block
LinkBlock.content
link textprivate final Block
WikiWordBlock.content
content to show in the wiki word linkMethods in org.apache.maven.doxia.module.twiki.parser that return BlockModifier and TypeMethodDescriptionFormatBlockFactory.createBlock
(Block[] childrens) factory method of formatBlock
private Block
TextParser.createLink
(String link, String showText) Decides between a WikiWordBlock or a a LinkBlockfinal Block[]
AbstractFatherBlock.getBlocks()
Returns the childBlocks.(package private) final Block[]
BlockParser.visit
(String line, ByLineSource source) visit.final Block
GenericListBlockParser.visit
(String line, ByLineSource source) visit.final Block
HRuleBlockParser.visit
(String line, ByLineSource source) visit.final Block
ParagraphBlockParser.visit
(String line, ByLineSource source) visit.final Block
SectionBlockParser.visit
(String line, ByLineSource source) visit.final Block
TableBlockParser.visit
(String line, ByLineSource source) visit.final Block
VerbatimBlockParser.visit
(String line, ByLineSource source) visit.Methods in org.apache.maven.doxia.module.twiki.parser that return types with arguments of type BlockModifier and TypeMethodDescriptionparse.FormatedTextParser.parseFormat
(String line) Parse text format (bold, italic...)Methods in org.apache.maven.doxia.module.twiki.parser with parameters of type BlockModifier and TypeMethodDescriptionFormatBlockFactory.createBlock
(Block[] childrens) factory method of formatBlock
Method parameters in org.apache.maven.doxia.module.twiki.parser with type arguments of type BlockModifier and TypeMethodDescriptionprivate void
TextParser.parseAnchor
(String line, List<Block> ret, Matcher anchorMatcher) Parses the anchorprivate void
TextParser.parseForcedLink
(String line, List<Block> ret, Matcher forcedLinkMatcher) Parses the linkprivate void
TextParser.parseImage
(String line, List<Block> ret, Matcher imageTagMatcher) Parses the image tagprivate void
Parses a linkprivate void
Parses the urlprivate void
Parses a wiki wordprivate void
TextParser.parseXHTML
(String line, List<Block> ret, Matcher xhtmlMatcher) Parses xhtml.Constructors in org.apache.maven.doxia.module.twiki.parser with parameters of type BlockModifierConstructorDescription(package private)
AbstractFatherBlock
(Block[] childBlocks) Creates the AbstractFatherBlock.(package private)
Creates the BoldBlock.(package private)
ItalicBlock
(Block[] childBlocks) Creates the BoldBlock.(package private)
Creates the LinkBlock.(package private)
ListItemBlock
(Block[] blocks) (package private)
ListItemBlock
(Block[] blocks, ListBlock innerList) Creates the ListItemBlock.(package private)
MonospaceBlock
(Block[] childBlocks) Creates the MonospaceBlock.(package private)
ParagraphBlock
(Block[] blocks) SectionBlock
(String title, int level, Block[] blocks) Creates the SectionBlock.(package private)
TableBlock
(Block[] childBlocks) Creates the TableBlock.(package private)
TableCellBlock
(Block[] childBlocks) Creates the TableCellBlock.(package private)
TableCellHeaderBlock
(Block[] childBlocks) Creates the TableCellHeaderBlock.(package private)
TableRowBlock
(Block[] childBlocks) Creates the TableRowBlock.(package private)
VerbatimBlock
(Block[] childBlocks) Creates the VerbatimBlock.(package private)
WikiWordBlock
(String aWikiword, Block content, WikiWordLinkResolver resolver) Creates the WikiWordBlock.