Parser for a specific block node. <p> Implementations should subclass {@link AbstractBlockParser} instead of implementing this directly.
Return true if the block that is parsed is a container (contains other blocks), or false if it's a leaf.
See Implementation
Parser for a specific block node. <p> Implementations should subclass {@link AbstractBlockParser} instead of implementing this directly.