| 
 | aXSL API 0.1 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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. Most hyphenation break opportunities do not require a HyphenBreak.
| 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 | 
public java.lang.String preDelete()
preInsert() is inserted.
public java.lang.String preInsert()
preDelete() is deleted.
public java.lang.String postDelete()
postInsert() is inserted.
public java.lang.String postInsert()
postDelete() is deleted.
| 
 | aXSL API 0.1 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.