public class AngleQuoteDelimiterProcessor extends QuoteDelimiterProcessorBase
myCloseDelimiter, myCloser, myOpenDelimiter, myOpener, myOptions, myUnmatched| Constructor and Description |
|---|
AngleQuoteDelimiterProcessor(TypographicOptions options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeCloser(String before,
String after,
boolean leftFlanking,
boolean rightFlanking,
boolean beforeIsPunctuation,
boolean afterIsPunctuation,
boolean beforeIsWhitespace,
boolean afterIsWhiteSpace) |
boolean |
canBeOpener(String before,
String after,
boolean leftFlanking,
boolean rightFlanking,
boolean beforeIsPunctuation,
boolean afterIsPunctuation,
boolean beforeIsWhitespace,
boolean afterIsWhiteSpace) |
int |
getMinLength() |
protected boolean |
isAllowed(CharSequence seq,
int index) |
canClose, canOpen, getClosingCharacter, getDelimiterUse, getOpeningCharacter, haveNextCloser, havePreviousOpener, isAllowed, process, skipNonOpenerCloser, unmatchedDelimiterNodepublic AngleQuoteDelimiterProcessor(TypographicOptions options)
public int getMinLength()
getMinLength in interface com.vladsch.flexmark.parser.delimiter.DelimiterProcessorgetMinLength in class QuoteDelimiterProcessorBasepublic boolean canBeOpener(String before, String after, boolean leftFlanking, boolean rightFlanking, boolean beforeIsPunctuation, boolean afterIsPunctuation, boolean beforeIsWhitespace, boolean afterIsWhiteSpace)
canBeOpener in interface com.vladsch.flexmark.parser.delimiter.DelimiterProcessorcanBeOpener in class QuoteDelimiterProcessorBasepublic boolean canBeCloser(String before, String after, boolean leftFlanking, boolean rightFlanking, boolean beforeIsPunctuation, boolean afterIsPunctuation, boolean beforeIsWhitespace, boolean afterIsWhiteSpace)
canBeCloser in interface com.vladsch.flexmark.parser.delimiter.DelimiterProcessorcanBeCloser in class QuoteDelimiterProcessorBaseprotected boolean isAllowed(CharSequence seq, int index)
isAllowed in class QuoteDelimiterProcessorBaseCopyright © 2020. All rights reserved.