Class Xpp3XmlPullParserFactory

  • All Implemented Interfaces:
    org.jivesoftware.smack.xml.XmlPullParserFactory

    public class Xpp3XmlPullParserFactory
    extends java.lang.Object
    implements org.jivesoftware.smack.xml.XmlPullParserFactory
    • Field Detail

      • FEATURE_XML_ROUNDTRIP

        public static final java.lang.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​(java.io.Reader reader)
                                           throws org.jivesoftware.smack.xml.XmlPullParserException
        Specified by:
        newXmlPullParser in interface org.jivesoftware.smack.xml.XmlPullParserFactory
        Throws:
        org.jivesoftware.smack.xml.XmlPullParserException