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 classAbstractFatherBlockAbstract AbstractFatherBlock class.classBoldBlockBoldBlock class.classLinethroughBlockclassSubBlockclassSupBlockclassTextBlockTextBlock class.classUnderlineBlockMethods in org.apache.maven.doxia.module.confluence.parser that return Block Modifier and Type Method Description BlockBlockParser. visit(java.lang.String line, ByLineSource source)visit.BlockDefinitionListBlockParser. visit(java.lang.String line, ByLineSource source)visit.BlockFigureBlockParser. visit(java.lang.String line, ByLineSource source)visit.BlockHorizontalRuleBlockParser. visit(java.lang.String line, ByLineSource source)visit.BlockParagraphBlockParser. visit(java.lang.String line, ByLineSource source)visit.BlockParagraphBlockParser. visit(java.lang.String line, ByLineSource source, boolean generateParagraphTags)Visit the Block.BlockSectionBlockParser. visit(java.lang.String line, ByLineSource source)visit.BlockVerbatimBlockParser. 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 classNumberedListBlockNumberedListBlock class.Methods in org.apache.maven.doxia.module.confluence.parser.list that return Block Modifier and Type Method Description BlockListBlockParser. 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 BlockTableBlockParser. visit(java.lang.String line, ByLineSource source)visit.
-