Uses of Class
org.jivesoftware.smackx.packet.DataForm.Item

Packages that use DataForm.Item
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of DataForm.Item in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return types with arguments of type DataForm.Item
 java.util.Iterator<DataForm.Item> DataForm.getItems()
          Returns an Iterator for the items returned from a search.
 

Methods in org.jivesoftware.smackx.packet with parameters of type DataForm.Item
 void DataForm.addItem(DataForm.Item item)
          Adds a new item returned from a search.