Searched refs:nextContentSource (Results 1 - 1 of 1) sorted by relevance

/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java141 private ContentSource nextContentSource; field in class:KXmlParser
1483 while (nextContentSource != null) {
2163 nextContentSource = new ContentSource(nextContentSource, buffer, position, limit);
2173 buffer = nextContentSource.buffer;
2174 position = nextContentSource.position;
2175 limit = nextContentSource.limit;
2176 nextContentSource = nextContentSource.next;

Completed in 36 milliseconds