Home
last modified time | relevance | path

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

/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlParser.java141 private ContentSource nextContentSource; field in KXmlParser
1483 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()