Class TableBlockParser

  • All Implemented Interfaces:
    BlockParser

    public class TableBlockParser
    extends java.lang.Object
    implements BlockParser
    Parse tables
    Version:
    $Id$
    • Field Detail

      • TABLE_PATTERN

        private static final java.util.regex.Pattern TABLE_PATTERN
        pattern to detect tables
    • Constructor Detail

      • TableBlockParser

        public TableBlockParser()
    • Method Detail

      • accept

        public final boolean accept​(java.lang.String line)

        accept.

        Specified by:
        accept in interface BlockParser
        Parameters:
        line - text line
        Returns:
        true if this class can handle this line
      • setTextParser

        public final void setTextParser​(FormatedTextParser textParser)

        Setter for the field textParser.

        Parameters:
        textParser - text parser to be set