Class StrikethroughDelimiterProcessor

  • All Implemented Interfaces:
    org.commonmark.parser.delimiter.DelimiterProcessor

    public class StrikethroughDelimiterProcessor
    extends java.lang.Object
    implements org.commonmark.parser.delimiter.DelimiterProcessor
    • Constructor Detail

      • StrikethroughDelimiterProcessor

        public StrikethroughDelimiterProcessor()
      • StrikethroughDelimiterProcessor

        public StrikethroughDelimiterProcessor​(boolean requireTwoTildes)
    • Method Detail

      • getOpeningCharacter

        public char getOpeningCharacter()
        Specified by:
        getOpeningCharacter in interface org.commonmark.parser.delimiter.DelimiterProcessor
      • getClosingCharacter

        public char getClosingCharacter()
        Specified by:
        getClosingCharacter in interface org.commonmark.parser.delimiter.DelimiterProcessor
      • getMinLength

        public int getMinLength()
        Specified by:
        getMinLength in interface org.commonmark.parser.delimiter.DelimiterProcessor
      • process

        public int process​(org.commonmark.parser.delimiter.DelimiterRun openingRun,
                           org.commonmark.parser.delimiter.DelimiterRun closingRun)
        Specified by:
        process in interface org.commonmark.parser.delimiter.DelimiterProcessor