|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PatternConsumer
This interface is used to connect the XML pattern file parser to the hyphenation tree.
| Method Summary | |
|---|---|
void |
addClass(String chargroup)
Add a character class. |
void |
addException(String word,
ArrayList hyphenatedword)
Add a hyphenation exception. |
void |
addPattern(String pattern,
String values)
Add hyphenation patterns. |
| Method Detail |
|---|
void addClass(String chargroup)
chargroup - character group
void addException(String word,
ArrayList hyphenatedword)
Hyphen instances
void addPattern(String pattern,
String values)
pattern - the patternvalues - interletter values expressed as a string of
digit characters.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||