org.apache.batik.parser
public interface NumberListHandler
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. |
Throws: ParseException if an error occures while processing the number
Throws: ParseException if an error occures while processing the number list.
Throws: ParseException if an error occures while processing the number
Throws: ParseException if an error occures while processing the number
Throws: ParseException if an error occures while processing the number list.