Package org.commonmark.internal
Class BlockQuoteParser
java.lang.Object
org.commonmark.parser.block.AbstractBlockParser
org.commonmark.internal.BlockQuoteParser
- All Implemented Interfaces:
BlockParser
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanContain(Block block) getBlock()booleanReturn true if the block that is parsed is a container (contains other blocks), or false if it's a leaf.private static booleanisMarker(ParserState state, int index) tryContinue(ParserState state) Methods inherited from class org.commonmark.parser.block.AbstractBlockParser
addLine, addSourceSpan, canHaveLazyContinuationLines, closeBlock, getDefinitions, parseInlines
-
Field Details
-
block
-
-
Constructor Details
-
BlockQuoteParser
public BlockQuoteParser()
-
-
Method Details
-
isContainer
public boolean isContainer()Description copied from interface:BlockParserReturn true if the block that is parsed is a container (contains other blocks), or false if it's a leaf.- Specified by:
isContainerin interfaceBlockParser- Overrides:
isContainerin classAbstractBlockParser
-
canContain
- Specified by:
canContainin interfaceBlockParser- Overrides:
canContainin classAbstractBlockParser
-
getBlock
-
tryContinue
-
isMarker
-