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

Packages that use PubSubElementType
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
org.jivesoftware.smackx.pubsub   
org.jivesoftware.smackx.pubsub.util   
 

Uses of PubSubElementType in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet with parameters of type PubSubElementType
 org.jivesoftware.smack.packet.PacketExtension PubSub.getExtension(PubSubElementType elem)
           
 

Uses of PubSubElementType in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return PubSubElementType
 PubSubElementType FormNodeType.getNodeElement()
           
 PubSubElementType ItemsExtension.ItemsElementType.getNodeElement()
           
static PubSubElementType PubSubElementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PubSubElementType PubSubElementType.valueOfFromElemName(java.lang.String elemName, java.lang.String namespace)
           
static PubSubElementType[] PubSubElementType.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 PubSubElementType
NodeExtension(PubSubElementType elem)
          Constructs a NodeExtension with an element name specified by PubSubElementType.
NodeExtension(PubSubElementType elem, java.lang.String nodeId)
          Constructs a NodeExtension with an element name specified by PubSubElementType and the specified node id.
 

Uses of PubSubElementType in org.jivesoftware.smackx.pubsub.util
 

Methods in org.jivesoftware.smackx.pubsub.util with parameters of type PubSubElementType
static ConfigureForm NodeUtils.getFormFromPacket(org.jivesoftware.smack.packet.Packet packet, PubSubElementType elem)
          Get a ConfigureForm from a packet.