Package org.jivesoftware.smack.xml.stax
Class StaxXmlPullParserFactory
- java.lang.Object
-
- org.jivesoftware.smack.xml.stax.StaxXmlPullParserFactory
-
- All Implemented Interfaces:
XmlPullParserFactory
public class StaxXmlPullParserFactory extends java.lang.Object implements 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)
-
-
-
Constructor Detail
-
StaxXmlPullParserFactory
public StaxXmlPullParserFactory()
-
-
Method Detail
-
newXmlPullParser
public StaxXmlPullParser newXmlPullParser(java.io.Reader reader) throws XmlPullParserException
- Specified by:
newXmlPullParser
in interfaceXmlPullParserFactory
- Throws:
XmlPullParserException
-
-