Searched defs:nextToken (Results 1 - 9 of 9) 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.java57 * println(st.nextToken());
82 * println(st.nextToken());
171 * Exception} will result from a call to {@code nextToken()}.
235 return nextToken();
245 public String nextToken() { method in class:StringTokenizer
285 public String nextToken(String delims) { method in class:StringTokenizer
287 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.java66 * After calling {@code nextToken()}, {@code ttype} contains the type of
254 public int nextToken() throws IOException { method in class:StreamTokenizer
447 return nextToken();
457 return nextToken();
472 return nextToken();
530 * 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 whitespace, 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/apache/xalan/templates/
H A DElemNumber.java1199 formatToken = formatTokenizer.nextToken();
1221 formatToken = formatTokenizer.nextToken();
1233 formatToken = formatTokenizer.nextToken();
1247 formatToken = formatTokenizer.nextToken();
1274 formatTokenizer.nextToken();
1282 formatToken = formatTokenizer.nextToken();
2031 * Reset tokenizer so that nextToken() starts from the beginning.
2045 public String nextToken() method in class:ElemNumber.NumberFormatStringTokenizer
2106 * Tells if <code>nextToken</code> will throw an exception
2109 * @return true if <code>nextToken</cod
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java128 nextToken();
139 nextToken();
193 nextToken();
204 nextToken();
420 private final void nextToken() method in class:XPathParser
496 nextToken();
524 nextToken();
811 nextToken();
838 nextToken();
876 nextToken();
[all...]
/dalvik/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java280 * common base for next and nextToken. Clears the state, except from
833 '<': parse to any token (for nextToken ())
1400 public int nextToken() throws XmlPullParserException, IOException { method in class:KXmlParser
/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 614 milliseconds