Package org.jivesoftware.smack.xml
Interface XmlPullParserFactory
-
- All Known Implementing Classes:
StaxXmlPullParserFactory,Xpp3XmlPullParserFactory
public interface XmlPullParserFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlPullParsernewXmlPullParser(Reader reader)
-
-
-
Method Detail
-
newXmlPullParser
XmlPullParser newXmlPullParser(Reader reader) throws XmlPullParserException
- Throws:
XmlPullParserException
-
-