1 30 31 package de.susebox.jtopas.spi; 32 33 34 import de.susebox.jtopas.TokenizerException; 38 39 40 44 60 public interface WhitespaceHandler { 61 62 70 public boolean isWhitespace(char testChar); 71 72 83 public int countLeadingWhitespaces(DataProvider dataProvider) 84 throws TokenizerException, NullPointerException ; 85 86 98 public boolean newlineIsWhitespace(); 99 } 100 | Popular Tags |