Class FormFieldChildElementProvider<F extends FormFieldChildElement>

java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<F>
org.jivesoftware.smackx.xdata.provider.FormFieldChildElementProvider<F>
Direct Known Subclasses:
DataValidationProvider, DescriptionProvider, GeoLocationProvider.GeoLocationFormFieldChildElementProvider, MediaElementProvider

public abstract class FormFieldChildElementProvider<F extends FormFieldChildElement> extends org.jivesoftware.smack.provider.Provider<F>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider

    org.jivesoftware.smack.provider.AbstractProvider.NumberFormatParseException, org.jivesoftware.smack.provider.AbstractProvider.TextParseException, org.jivesoftware.smack.provider.AbstractProvider.WrappableParser<E extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract QName
     

    Methods inherited from class org.jivesoftware.smack.provider.Provider

    parse, parse, parse

    Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider

    getElementClass, wrapExceptions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FormFieldChildElementProvider

      public FormFieldChildElementProvider()
  • Method Details

    • getQName

      public abstract QName getQName()