()
| 1339 | } |
| 1340 | |
| 1341 | public int nextToken() throws XmlPullParserException, IOException { |
| 1342 | |
| 1343 | isWhitespace = true; |
| 1344 | txtPos = 0; |
| 1345 | |
| 1346 | token = true; |
| 1347 | nextImpl(); |
| 1348 | return type; |
| 1349 | } |
| 1350 | |
| 1351 | // |
| 1352 | // utility methods to make XML parsing easier ... |