Package org.jivesoftware.smack.xml.xpp3
Class Xpp3XmlPullParserFactory
java.lang.Object
org.jivesoftware.smack.xml.xpp3.Xpp3XmlPullParserFactory
- All Implemented Interfaces:
org.jivesoftware.smack.xml.XmlPullParserFactory
public class Xpp3XmlPullParserFactory
extends Object
implements org.jivesoftware.smack.xml.XmlPullParserFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final booleanTrue if the XmlPullParser supports the XML_ROUNDTRIP feature. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FEATURE_XML_ROUNDTRIP
- See Also:
-
XML_PULL_PARSER_SUPPORTS_ROUNDTRIP
public static final boolean XML_PULL_PARSER_SUPPORTS_ROUNDTRIPTrue if the XmlPullParser supports the XML_ROUNDTRIP feature.
-
-
Constructor Details
-
Xpp3XmlPullParserFactory
public Xpp3XmlPullParserFactory()
-
-
Method Details
-
newXmlPullParser
public Xpp3XmlPullParser newXmlPullParser(Reader reader) throws org.jivesoftware.smack.xml.XmlPullParserException - Specified by:
newXmlPullParserin interfaceorg.jivesoftware.smack.xml.XmlPullParserFactory- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
-