Method nextToken(String delim)
Return type: java.lang.String
Member of: java.util.StringTokenizer
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 String sVal= parser.nextToken("\n");
2 String k = s.nextToken(":").trim();
3 file = st.nextToken("\n");
4 parseName= parser.nextToken("=");
5 String pwd = st.nextToken("\"");
6 tableName = Tokenizer.nextToken(" ;");
7 file = st.nextToken("\n");
8 headers.put(tokenizer.nextToken(" :").toLowerCase(),
9 date = htmlCode.nextToken(".");
10 String t = st.nextToken(" \t;");
11 String key = strT2.nextToken("=\n");
12 while ( (throwAway = st.nextToken("$")) != null)
13 FontName = tok.nextToken("\u00ff").substring(1);
14 path=tok.nextToken(" \n\t");
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.