Searched refs:xmlPullParserType (Results 1 – 1 of 1) sorted by relevance
112 private val xmlPullParserType = ClassName.get("org.xmlpull.v1", "XmlPullParser") regex132 addStatement("final \$1T parser = \$2T.newPullParser()", xmlPullParserType, xmlType)163 ParameterSpec.builder(xmlPullParserType, "parser").addAnnotation(nonNullType).build()173 xmlPullParserType176 "if (depth > innerDepth || type != \$1T.START_TAG)", xmlPullParserType200 ParameterSpec.builder(xmlPullParserType, "parser").addAnnotation(nonNullType).build()281 xmlPullParserType284 "if (depth > innerDepth || type != \$1T.START_TAG)", xmlPullParserType