| java.lang.Object org.netbeans.tax.io.StringUtil
StringUtil | final public class StringUtil (Code) | | author: Libor Kramolis version: 0.1 |
Method Summary | |
public static boolean | isWS(char ch) | public static void | main(String args) | public static int | skipDelimited(String text, int pos, char del1, char del2, String nest) Parameters: nest - list of characters that symetrically delimit some inner token thatcan contain stop delimiter. | public static int | skipDelimited(String text, int pos, String del1, String del2) | public static int | skipWS(String text, int pos) |
isWS | public static boolean isWS(char ch)(Code) | | |
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
skipDelimited | public static int skipDelimited(String text, int pos, char del1, char del2, String nest)(Code) | | Parameters: nest - list of characters that symetrically delimit some inner token thatcan contain stop delimiter. e.g. <!ENTITY sdsd "sd>"> |
|
|