Searched defs:getAttributeIndex (Results 1 – 4 of 4) sorted by relevance
129 inline fun BinaryXmlPullParser.getAttributeIndex(name: String): Int = getAttributeIndex(null, name) method
269 public void getAttributeIndex() throws XmlPullParserException, IOException { in getAttributeIndex() method in XmlBlockBenchmark
33 default int getAttributeIndex(@Nullable String namespace, @NonNull String name) { in getAttributeIndex() method
431 public int getAttributeIndex(String namespace, String name) { in getAttributeIndex() method in BinaryXmlPullParser