package org.apache.batik.parser; public interface LengthListHandler extends LengthHandler { void endLengthList() throws ParseException; void startLengthList() throws ParseException; }