Class ReferenceProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<ReferenceElement>
-
- org.jivesoftware.smackx.reference.provider.ReferenceProvider
-
public class ReferenceProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<ReferenceElement>
-
-
Field Summary
Fields Modifier and Type Field Description static ReferenceProvider
TEST_PROVIDER
-
Constructor Summary
Constructors Constructor Description ReferenceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceElement
parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
-
-
-
Field Detail
-
TEST_PROVIDER
public static final ReferenceProvider TEST_PROVIDER
-
-
Method Detail
-
parse
public ReferenceElement parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, org.jivesoftware.smack.parsing.SmackParsingException
- Specified by:
parse
in classorg.jivesoftware.smack.provider.Provider<ReferenceElement>
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
org.jivesoftware.smack.parsing.SmackParsingException
-
-