org.apache.batik.parser

Interface NumberListHandler

public interface NumberListHandler

An handler interface for parsing NumberLists.
Method Summary
voidendNumber()
Invoked when the number attribute ends.
voidendNumberList()
Invoked when the number list attribute ends.
voidnumberValue(float v)
Invoked when a float value has been parsed.
voidstartNumber()
Invoked when the number attribute starts.
voidstartNumberList()
Invoked when the number list attribute starts.

Method Detail

endNumber

public void endNumber()
Invoked when the number attribute ends.

Throws: ParseException if an error occures while processing the number

endNumberList

public void endNumberList()
Invoked when the number list attribute ends.

Throws: ParseException if an error occures while processing the number list.

numberValue

public void numberValue(float v)
Invoked when a float value has been parsed.

Throws: ParseException if an error occures while processing the number

startNumber

public void startNumber()
Invoked when the number attribute starts.

Throws: ParseException if an error occures while processing the number

startNumberList

public void startNumberList()
Invoked when the number list attribute starts.

Throws: ParseException if an error occures while processing the number list.

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.