Searched defs:nextToken (Results 1 - 8 of 8) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
H A DOIDTokenizer.java26 public String nextToken() method in class:OIDTokenizer
/dalvik/libcore/luni/src/main/java/java/util/
H A DStringTokenizer.java75 * println(st.nextToken());
102 * println(st.nextToken());
198 * Exception} will result from a call to {@code nextToken()}.
263 return nextToken();
274 public String nextToken() { method in class:StringTokenizer
312 public String nextToken(String delims) { method in class:StringTokenizer
319 return nextToken();
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DX509NameTokenizer.java36 public String nextToken() method in class:X509NameTokenizer
/dalvik/libcore/luni/src/main/java/java/io/
H A DStreamTokenizer.java80 * After calling {@code nextToken()}, {@code ttype} contains the type of
277 public int nextToken() throws IOException { method in class:StreamTokenizer
470 return nextToken();
480 return nextToken();
495 return nextToken();
557 * the next time {@code nextToken()} is called.
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParser.java30 * <p>There are two key methods: next() and nextToken(). While next() provides
31 * access to high level parsing events, nextToken() allows access to lower
49 * (when in validating mode next() will not report ignorable whitespaces, use nextToken() instead)
54 * <p>after first next() or nextToken() (or any other next*() method)
127 * @see #nextToken
153 * before the first call to next(), nextToken, or nextTag()</a>).
156 * @see #nextToken
162 * and nextToken()
165 * <a href="#next()">next()</a> or <a href="#nextToken()">nextToken()</
1026 int nextToken() method in interface:XmlPullParser
[all...]
/dalvik/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java252 * common base for next and nextToken. Clears the state, except from
788 '<': parse to any token (for nextToken ())
1345 public int nextToken() throws XmlPullParserException, IOException { method in class:KXmlParser
/dalvik/libcore/xml/src/main/java/org/kxml2/wap/
H A DWbxmlParser.java322 // via nextToken(); ....?
367 public int nextToken() throws XmlPullParserException, IOException { method in class:WbxmlParser
865 * (above nextToken() level) */
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
H A DExpatPullParser.java311 public int nextToken() throws XmlPullParserException, IOException { method in class:ExpatPullParser

Completed in 195 milliseconds