Searched defs:ContentSource (Results 1 - 1 of 1) sorted by relevance

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

Completed in 29 milliseconds