class League / CommonMark / Parser / Block / DocumentBlockParser
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final

DocumentBlockParser

Parser implementation which ensures everything is added to the root-level Document

Extends

Properties

private

$document

Default: null

Methods

public

__construct ( ReferenceMapInterface $referenceMap ) : void

public

getBlock ( ) : void

public

isContainer ( ) : void

public

canContain ( AbstractBlock $childBlock ) : void

public

tryContinue ( Cursor $cursor , BlockContinueParserInterface $activeBlockParser ) : void