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 StringTWikiParser.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) classGeneric Block for the Block that have child blocks.(package private) classRepresents an anchor(package private) classBlock that represents the bold text format(package private) classRepresents an horizontal block(package private) classBlock that represents an image.(package private) classBlock that represents the italic text format(package private) classBlock that represents a link.(package private) class- item1 - item2 - item2.1 ...(package private) classBlock that represents the item in a list(package private) classBlock that represents the monospaced text format(package private) classBlock that not represent anything(package private) class1.(package private) classclassBlock that represents a section(package private) classRepresents a table(package private) classTable cell(package private) classTable Cell headear(package private) classRepresens a Table Row(package private) classBlock that holds plain text(package private) class- item1 - item2 - item2.1 ...(package private) classRepresents a verbatim block(package private) classRepresent a WikiWord(package private) classAn XHTML BlockFields in org.apache.maven.doxia.module.twiki.parser declared as BlockModifier and TypeFieldDescriptionprivate final Block[]AbstractFatherBlock.childBlocksprivate final BlockLinkBlock.contentlink textprivate final BlockWikiWordBlock.contentcontent 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 formatBlockprivate BlockTextParser.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 BlockGenericListBlockParser.visit(String line, ByLineSource source) visit.final BlockHRuleBlockParser.visit(String line, ByLineSource source) visit.final BlockParagraphBlockParser.visit(String line, ByLineSource source) visit.final BlockSectionBlockParser.visit(String line, ByLineSource source) visit.final BlockTableBlockParser.visit(String line, ByLineSource source) visit.final BlockVerbatimBlockParser.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 formatBlockMethod parameters in org.apache.maven.doxia.module.twiki.parser with type arguments of type BlockModifier and TypeMethodDescriptionprivate voidTextParser.parseAnchor(String line, List<Block> ret, Matcher anchorMatcher) Parses the anchorprivate voidTextParser.parseForcedLink(String line, List<Block> ret, Matcher forcedLinkMatcher) Parses the linkprivate voidTextParser.parseImage(String line, List<Block> ret, Matcher imageTagMatcher) Parses the image tagprivate voidParses a linkprivate voidParses the urlprivate voidParses a wiki wordprivate voidTextParser.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.