|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An handler interface for parsing NumberLists.
| Method Summary | |
void |
endNumber()
Invoked when the number attribute ends. |
void |
endNumberList()
Invoked when the number list attribute ends. |
void |
numberValue(float v)
Invoked when a float value has been parsed. |
void |
startNumber()
Invoked when the number attribute starts. |
void |
startNumberList()
Invoked when the number list attribute starts. |
| Method Detail |
public void startNumberList()
throws ParseException
ParseException - if an error occures while processing the
number list.
public void endNumberList()
throws ParseException
ParseException - if an error occures while processing the
number list.
public void startNumber()
throws ParseException
ParseException - if an error occures while processing
the number
public void endNumber()
throws ParseException
ParseException - if an error occures while processing
the number
public void numberValue(float v)
throws ParseException
ParseException - if an error occures while processing
the number
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||