Class NodeExtension

java.lang.Object
org.jivesoftware.smackx.pubsub.NodeExtension
All Implemented Interfaces:
Element, NamedElement, XmlElement, XmlLangElement
Direct Known Subclasses:
AffiliationsExtension, ConfigurationEvent, FormNode, GetItemsRequest, Item, ItemsExtension, OptionsExtension, PublishItem, SubscribeExtension, Subscription, SubscriptionsExtension, UnsubscribeExtension

public class NodeExtension extends Object implements XmlElement
A class which represents a common element within the pubsub defined schemas. One which has a node as an attribute. This class is used on its own as well as a base class for many others, since the node is a central concept to most pubsub functionality.