Searched refs:ContentSource (Results 1 – 1 of 1) sorted by relevance
141 private ContentSource nextContentSource;2145 static class ContentSource { class in KXmlParser2146 private final ContentSource next;2150 ContentSource(ContentSource next, char[] buffer, int position, int limit) { in ContentSource() method in KXmlParser.ContentSource2163 nextContentSource = new ContentSource(nextContentSource, buffer, position, limit); in pushContentSource()