Home
last modified time | relevance | path

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

/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlParser.java141 private ContentSource nextContentSource;
2145 static class ContentSource { class in KXmlParser
2146 private final ContentSource next;
2150 ContentSource(ContentSource next, char[] buffer, int position, int limit) { in ContentSource() method in KXmlParser.ContentSource
2163 nextContentSource = new ContentSource(nextContentSource, buffer, position, limit); in pushContentSource()