Uses of Interface
org.apache.maven.doxia.module.confluence.parser.Block
-
-
Uses of Block in org.apache.maven.doxia.module.confluence
Methods in org.apache.maven.doxia.module.confluence that return types with arguments of type Block Modifier and Type Method Description private java.util.List<Block>
ConfluenceParser. parse(ByLineSource source)
-
Uses of Block in org.apache.maven.doxia.module.confluence.parser
Classes in org.apache.maven.doxia.module.confluence.parser that implement Block Modifier and Type Class Description class
AbstractFatherBlock
Abstract AbstractFatherBlock class.(package private) class
AnchorBlock
class
BoldBlock
BoldBlock class.(package private) class
DefinitionListBlock
(package private) class
FigureBlock
(package private) class
HorizontalRuleBlock
(package private) class
ItalicBlock
(package private) class
LinebreakBlock
class
LinethroughBlock
(package private) class
LinkBlock
(package private) class
MonospaceBlock
(package private) class
ParagraphBlock
(package private) class
SectionBlock
class
SubBlock
class
SupBlock
class
TextBlock
TextBlock class.class
UnderlineBlock
(package private) class
VerbatimBlock
Fields in org.apache.maven.doxia.module.confluence.parser declared as Block Modifier and Type Field Description private Block
SectionBlock. text
Fields in org.apache.maven.doxia.module.confluence.parser with type parameters of type Block Modifier and Type Field Description private java.util.List<Block>
AbstractFatherBlock. blocks
private java.util.List<Block>
ChildBlocksBuilder. blocks
private java.util.List<Block>
DefinitionListBlock. text
Methods in org.apache.maven.doxia.module.confluence.parser that return Block Modifier and Type Method Description Block
BlockParser. visit(java.lang.String line, ByLineSource source)
visit.Block
DefinitionListBlockParser. visit(java.lang.String line, ByLineSource source)
visit.Block
FigureBlockParser. visit(java.lang.String line, ByLineSource source)
visit.Block
HorizontalRuleBlockParser. visit(java.lang.String line, ByLineSource source)
visit.Block
ParagraphBlockParser. visit(java.lang.String line, ByLineSource source)
visit.Block
ParagraphBlockParser. visit(java.lang.String line, ByLineSource source, boolean generateParagraphTags)
Visit the Block.Block
SectionBlockParser. visit(java.lang.String line, ByLineSource source)
visit.Block
VerbatimBlockParser. visit(java.lang.String line, ByLineSource source)
visit.Methods in org.apache.maven.doxia.module.confluence.parser that return types with arguments of type Block Modifier and Type Method Description java.util.List<Block>
AbstractFatherBlock. getBlocks()
Getter for the fieldblocks
.java.util.List<Block>
ChildBlocksBuilder. getBlocks()
Utility method to convert marked up content into blocks for rendering.private java.util.List<Block>
ChildBlocksBuilder. getChildren(java.lang.StringBuilder buffer, java.util.List<Block> currentBlocks)
private java.util.List<Block>
ChildBlocksBuilder. getList(Block block, java.util.List<Block> currentBlocks)
Methods in org.apache.maven.doxia.module.confluence.parser with parameters of type Block Modifier and Type Method Description private java.util.List<Block>
ChildBlocksBuilder. getList(Block block, java.util.List<Block> currentBlocks)
Method parameters in org.apache.maven.doxia.module.confluence.parser with type arguments of type Block Modifier and Type Method Description private java.lang.StringBuilder
ChildBlocksBuilder. addTextBlockIfNecessary(java.util.List<Block> blcks, java.util.List<Block> specialBlocks, java.lang.StringBuilder txt)
private java.util.List<Block>
ChildBlocksBuilder. getChildren(java.lang.StringBuilder buffer, java.util.List<Block> currentBlocks)
private java.util.List<Block>
ChildBlocksBuilder. getList(Block block, java.util.List<Block> currentBlocks)
Constructors in org.apache.maven.doxia.module.confluence.parser with parameters of type Block Constructor Description SectionBlock(Block text, int level)
Constructor parameters in org.apache.maven.doxia.module.confluence.parser with type arguments of type Block Constructor Description AbstractFatherBlock(java.util.List<Block> childBlocks)
Constructor for AbstractFatherBlock.BoldBlock(java.util.List<Block> childBlocks)
Constructor for BoldBlock.ItalicBlock(java.util.List<Block> childBlocks)
MonospaceBlock(java.util.List<Block> childBlocks)
ParagraphBlock(java.util.List<Block> blocks)
ParagraphBlock(java.util.List<Block> blocks, boolean generateParagraphTags)
-
Uses of Block in org.apache.maven.doxia.module.confluence.parser.list
Classes in org.apache.maven.doxia.module.confluence.parser.list that implement Block Modifier and Type Class Description (package private) class
BulletedListBlock
(package private) class
ListBlock
(package private) class
ListItemBlock
class
NumberedListBlock
NumberedListBlock class.Methods in org.apache.maven.doxia.module.confluence.parser.list that return Block Modifier and Type Method Description Block
ListBlockParser. visit(java.lang.String line, ByLineSource source)
visit.Methods in org.apache.maven.doxia.module.confluence.parser.list that return types with arguments of type Block Modifier and Type Method Description private java.util.List<Block>
TreeListBuilder. getListItems(TreeComponent tc)
Constructor parameters in org.apache.maven.doxia.module.confluence.parser.list with type arguments of type Block Constructor Description BulletedListBlock(java.util.List<Block> childBlocks)
ListBlock(java.util.List<Block> childBlocks)
ListItemBlock(java.util.List<Block> blocks)
ListItemBlock(java.util.List<Block> blocks, ListBlock innerList)
NumberedListBlock(java.util.List<Block> childBlocks)
-
Uses of Block in org.apache.maven.doxia.module.confluence.parser.table
Classes in org.apache.maven.doxia.module.confluence.parser.table that implement Block Modifier and Type Class Description (package private) class
TableBlock
(package private) class
TableCellBlock
(package private) class
TableCellHeaderBlock
(package private) class
TableRowBlock
Methods in org.apache.maven.doxia.module.confluence.parser.table that return Block Modifier and Type Method Description private Block
TableBlockParser. parseLine(java.lang.String text, ByLineSource source)
Block
TableBlockParser. visit(java.lang.String line, ByLineSource source)
visit.Constructor parameters in org.apache.maven.doxia.module.confluence.parser.table with type arguments of type Block Constructor Description TableBlock(java.util.List<Block> childBlocks)
TableCellBlock(java.util.List<Block> childBlocks)
TableCellHeaderBlock(java.util.List<Block> childBlocks)
TableRowBlock(java.util.List<Block> childBlocks)
-