1 18 package org.apache.batik.parser; 19 20 26 public class DefaultLengthListHandler 27 extends DefaultLengthHandler 28 implements LengthListHandler { 29 32 public final static LengthListHandler INSTANCE 33 = new DefaultLengthListHandler(); 34 35 38 protected DefaultLengthListHandler() { 39 } 40 41 44 public void startLengthList() throws ParseException { 45 } 46 47 50 public void endLengthList() throws ParseException { 51 } 52 } 53 | Popular Tags |