Package org.jivesoftware.smack.xml.xpp3
Class Xpp3XmlPullParserFactory
- java.lang.Object
-
- org.jivesoftware.smack.xml.xpp3.Xpp3XmlPullParserFactory
-
- All Implemented Interfaces:
XmlPullParserFactory
public class Xpp3XmlPullParserFactory extends Object implements XmlPullParserFactory
-
-
Field Summary
Fields Modifier and Type Field Description static String
FEATURE_XML_ROUNDTRIP
static boolean
XML_PULL_PARSER_SUPPORTS_ROUNDTRIP
True if the XmlPullParser supports the XML_ROUNDTRIP feature.
-
Constructor Summary
Constructors Constructor Description Xpp3XmlPullParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Xpp3XmlPullParser
newXmlPullParser(Reader reader)
-
-
-
Field Detail
-
FEATURE_XML_ROUNDTRIP
public static final String FEATURE_XML_ROUNDTRIP
- See Also:
- Constant Field Values
-
XML_PULL_PARSER_SUPPORTS_ROUNDTRIP
public static final boolean XML_PULL_PARSER_SUPPORTS_ROUNDTRIP
True if the XmlPullParser supports the XML_ROUNDTRIP feature.
-
-
Constructor Detail
-
Xpp3XmlPullParserFactory
public Xpp3XmlPullParserFactory()
-
-
Method Detail
-
newXmlPullParser
public Xpp3XmlPullParser newXmlPullParser(Reader reader) throws XmlPullParserException
- Specified by:
newXmlPullParser
in interfaceXmlPullParserFactory
- Throws:
XmlPullParserException
-
-