Searched refs:nextContentSource (Results 1 – 1 of 1) sorted by relevance
141 private ContentSource nextContentSource; field in KXmlParser1483 while (nextContentSource != null) { in fillBuffer()2163 nextContentSource = new ContentSource(nextContentSource, buffer, position, limit); in pushContentSource()2173 buffer = nextContentSource.buffer; in popContentSource()2174 position = nextContentSource.position; in popContentSource()2175 limit = nextContentSource.limit; in popContentSource()2176 nextContentSource = nextContentSource.next; in popContentSource()