Package org.jivesoftware.smack.xml.stax
Class StaxXmlPullParserFactory
- java.lang.Object
-
- org.jivesoftware.smack.xml.stax.StaxXmlPullParserFactory
-
- All Implemented Interfaces:
org.jivesoftware.smack.xml.XmlPullParserFactory
public class StaxXmlPullParserFactory extends java.lang.Object implements org.jivesoftware.smack.xml.XmlPullParserFactory
-
-
Constructor Summary
Constructors Constructor Description StaxXmlPullParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaxXmlPullParser
newXmlPullParser(java.io.Reader reader)
-
-
-
Method Detail
-
newXmlPullParser
public StaxXmlPullParser newXmlPullParser(java.io.Reader reader) throws org.jivesoftware.smack.xml.XmlPullParserException
- Specified by:
newXmlPullParser
in interfaceorg.jivesoftware.smack.xml.XmlPullParserFactory
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
-
-