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 XmlPullParser
newXmlPullParser(java.io.Reader reader)
-
-
-
Method Detail
-
newXmlPullParser
XmlPullParser newXmlPullParser(java.io.Reader reader) throws XmlPullParserException
- Throws:
XmlPullParserException
-
-