Class DefinitionListBlockParser

  • All Implemented Interfaces:
    BlockParser

    public class DefinitionListBlockParser
    extends java.lang.Object
    implements BlockParser

    DefinitionListBlockParser class.

    Since:
    1.1
    Version:
    $Id$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String LS  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.String line, ByLineSource source)
      accept.
      private void append​(java.lang.StringBuilder title, java.lang.String line)  
      Block visit​(java.lang.String line, ByLineSource source)
      visit.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LS

        static final java.lang.String LS
    • Constructor Detail

      • DefinitionListBlockParser

        public DefinitionListBlockParser()
    • Method Detail

      • accept

        public boolean accept​(java.lang.String line,
                              ByLineSource source)
        accept.
        Specified by:
        accept in interface BlockParser
        Parameters:
        line - the line.
        source - the source.
        Returns:
        boolean true if valid.
      • append

        private void append​(java.lang.StringBuilder title,
                            java.lang.String line)