public class NodeExtension
extends java.lang.Object
implements org.jivesoftware.smack.packet.ExtensionElement
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName() |
java.lang.String |
getNamespace() |
java.lang.String |
getNode()
Gets the node id
|
java.lang.String |
toString() |
java.lang.CharSequence |
toXML() |
public NodeExtension(PubSubElementType elem, java.lang.String nodeId)
PubSubElementType and the specified node id.elem - Defines the element name and namespacenodeId - Specifies the id of the nodepublic NodeExtension(PubSubElementType elem)
PubSubElementType.elem - Defines the element name and namespacepublic java.lang.String getNode()
public java.lang.String getElementName()
getElementName in interface org.jivesoftware.smack.packet.NamedElementpublic java.lang.String getNamespace()
getNamespace in interface org.jivesoftware.smack.packet.ExtensionElementpublic java.lang.CharSequence toXML()
toXML in interface org.jivesoftware.smack.packet.Elementpublic java.lang.String toString()
toString in class java.lang.Object