public class MergedPattern extends Object
| Constructor and Description |
|---|
MergedPattern(List<LanguageRule> languageRuleList,
int maxLookbehindConstructLength) |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getBreakingPattern() |
List<Pattern> |
getNonBreakingPatternList(int breakingRuleIndex)
Returns all applicable non breaking rules when breaking rule with a
given number was matched (non breaking rules that occur before
given breaking rule in SRX file).
|
public MergedPattern(List<LanguageRule> languageRuleList, int maxLookbehindConstructLength)
public Pattern getBreakingPattern()
public List<Pattern> getNonBreakingPatternList(int breakingRuleIndex)
breakingRuleIndex - Copyright © 2018. All Rights Reserved.