MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / nextToken

Method nextToken

src/org/kxml2/io/KXmlParser.java:1341–1349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 ...

Callers 3

parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls 1

nextImplMethod · 0.95

Tested by

no test coverage detected