Class DisplayedProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<ChatMarkersElements.DisplayedExtension>
org.jivesoftware.smackx.chat_markers.provider.DisplayedProvider
public class DisplayedProvider
extends ExtensionElementProvider<ChatMarkersElements.DisplayedExtension>
Displayed extension provider class (XEP-0333).
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionparse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions 
- 
Constructor Details
- 
DisplayedProvider
public DisplayedProvider() 
 - 
 - 
Method Details
- 
parse
public ChatMarkersElements.DisplayedExtension parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) - Specified by:
 parsein classProvider<ChatMarkersElements.DisplayedExtension>
 
 -