Package org.jivesoftware.smack.packet
Class StreamClose
java.lang.Object
org.jivesoftware.smack.packet.AbstractStreamClose
org.jivesoftware.smack.packet.StreamClose
- All Implemented Interfaces:
Element,NamedElement,Nonza,TopLevelStreamElement,XmlElement,XmlLangElement
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.Returns the root element XML namespace.toString()toXML(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
INSTANCE
-
STRING
- See Also:
-
-
Method Details
-
toXML
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Returns:
- the namespace.
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
toString
-