Uses of Interface
org.apache.maven.doxia.module.confluence.parser.Block
-
Packages that use Block Package Description org.apache.maven.doxia.module.confluence.parser org.apache.maven.doxia.module.confluence.parser.list org.apache.maven.doxia.module.confluence.parser.table -
-
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.class
BoldBlock
BoldBlock class.class
LinethroughBlock
class
SubBlock
class
SupBlock
class
TextBlock
TextBlock class.class
UnderlineBlock
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.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. -
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 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. -
Uses of Block in org.apache.maven.doxia.module.confluence.parser.table
Methods in org.apache.maven.doxia.module.confluence.parser.table that return Block Modifier and Type Method Description Block
TableBlockParser. visit(java.lang.String line, ByLineSource source)
visit.
-