org.apache.batik.parser

Interface LengthListHandler

public interface LengthListHandler extends LengthHandler

This interface must be implemented and then registred as the handler of a LengthListParser instance in order to be notified of parsing events.
Method Summary
voidendLengthList()
Invoked when the length attribute ends.
voidstartLengthList()
Invoked when the length list attribute starts.

Method Detail

endLengthList

public void endLengthList()
Invoked when the length attribute ends.

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

startLengthList

public void startLengthList()
Invoked when the length list attribute starts.

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

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