|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NumberListHandler
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 |
|---|
void startNumberList()
throws ParseException
ParseException - if an error occures while processing the
number list.
void endNumberList()
throws ParseException
ParseException - if an error occures while processing the
number list.
void startNumber()
throws ParseException
ParseException - if an error occures while processing
the number
void endNumber()
throws ParseException
ParseException - if an error occures while processing
the number
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 | ||||||||