Package org.jivesoftware.smack.packet
Class StanzaErrorTextElement
- java.lang.Object
-
- org.jivesoftware.smack.packet.AbstractTextElement
-
- org.jivesoftware.smack.packet.StanzaErrorTextElement
-
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
public class StanzaErrorTextElement extends AbstractTextElement
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE
-
Fields inherited from class org.jivesoftware.smack.packet.AbstractTextElement
ELEMENT
-
-
Constructor Summary
Constructors Constructor Description StanzaErrorTextElement(String text, String lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNamespace()
Returns the root element XML namespace.-
Methods inherited from class org.jivesoftware.smack.packet.AbstractTextElement
getElementName, getLang, getLanguage, getText, toXML
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getQName
-
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StanzaErrorTextElement
public StanzaErrorTextElement(String text, String lang)
-
-
Method Detail
-
getNamespace
public String getNamespace()
Description copied from interface:XmlElement
Returns the root element XML namespace.- Returns:
- the namespace.
-
-