Home
last modified time | relevance | path

Searched defs:newPullParser (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/xml/
DKxmlPullParserTest.java24 @Override XmlPullParser newPullParser() { in newPullParser() method in KxmlPullParserTest
DKxmlPullParserDtdTest.java24 @Override XmlPullParser newPullParser() throws XmlPullParserException { in newPullParser() method in KxmlPullParserDtdTest
DPullParserDtdTest.java532 private XmlPullParser newPullParser(String xml) throws XmlPullParserException { in newPullParser() method in PullParserDtdTest
541 abstract XmlPullParser newPullParser() throws XmlPullParserException; in newPullParser() method in PullParserDtdTest
DPullParserTest.java823 abstract XmlPullParser newPullParser(); in newPullParser() method in PullParserTest
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParserFactory.java126 public XmlPullParser newPullParser() throws XmlPullParserException { in newPullParser() method in XmlPullParserFactory