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 Details

    • FEATURE_XML_ROUNDTRIP

      public static final String FEATURE_XML_ROUNDTRIP
      See Also:
    • XML_PULL_PARSER_SUPPORTS_ROUNDTRIP

      public static final boolean XML_PULL_PARSER_SUPPORTS_ROUNDTRIP
      True 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:
      newXmlPullParser in interface org.jivesoftware.smack.xml.XmlPullParserFactory
      Throws:
      org.jivesoftware.smack.xml.XmlPullParserException