|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HyphenBreak
Specialized information about a specific hyphenation break opportunity in a word. This handles "hard" hyphenation cases, such as those where the word changes spelling when it is hyphenated. For example, the German "backen" hyphenates to "bak-ken". Most hyphenation break opportunities do not require a HyphenBreak because such spelling changes to not occur.
| Method Summary | |
|---|---|
java.lang.String |
postDelete()
Assuming that a hyphen is placed at this point, provides the text immediately after that hyphen that should be removed. |
java.lang.String |
postInsert()
Assuming that a hyphen is placed at this point, provides the text that should be inserted immediately after that hyphen. |
java.lang.String |
preDelete()
Assuming that a hyphen is placed at this point, provides the text immediately before that hyphen that should be removed. |
java.lang.String |
preInsert()
Assuming that a hyphen is placed at this point, provides the text that should be inserted immediately before that hyphen. |
| Method Detail |
|---|
java.lang.String preDelete()
preInsert() is inserted.
java.lang.String preInsert()
preDelete() is deleted.
java.lang.String postDelete()
postInsert() is inserted.
java.lang.String postInsert()
postDelete() is deleted.
|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.