Uses of Class
org.jivesoftware.smackx.pubsub.FormNodeElement

Packages that use FormNodeElement
org.jivesoftware.smackx.pubsub   
 

Uses of FormNodeElement in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return FormNodeElement
static FormNodeElement FormNodeElement.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FormNodeElement FormNodeElement.valueOfFromElementName(java.lang.String elem, java.lang.String configNamespace)
           
static FormNodeElement[] FormNodeElement.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jivesoftware.smackx.pubsub with parameters of type FormNodeElement
FormNode(FormNodeElement element, org.jivesoftware.smackx.Form submitForm)
           
FormNode(FormNodeElement element, java.lang.String nodeId, org.jivesoftware.smackx.Form submitForm)