Package org.jivesoftware.smack.packet
Class IQ.IQChildElementXmlStringBuilder
- java.lang.Object
-
- org.jivesoftware.smack.util.XmlStringBuilder
-
- org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder
-
- All Implemented Interfaces:
Appendable
,CharSequence
,Element
- Enclosing class:
- IQ
public static class IQ.IQChildElementXmlStringBuilder extends XmlStringBuilder
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smack.util.XmlStringBuilder
RIGHT_ANGLE_BRACKET
-
-
Constructor Summary
Constructors Constructor Description IQChildElementXmlStringBuilder(ExtensionElement pe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setEmptyElement()
-
Methods inherited from class org.jivesoftware.smack.util.XmlStringBuilder
append, append, append, append, append, append, attribute, attribute, attribute, attribute, attribute, attribute, attribute, attribute, charAt, closeElement, closeElement, closeEmptyElement, condAttribute, condEmptyElement, element, element, element, element, element, emptyElement, emptyElement, equals, escape, escape, escapeAttributeValue, escapedElement, getXmlEnvironment, halfOpenElement, halfOpenElement, hashCode, length, openElement, optAppend, optAppend, optAttribute, optAttribute, optAttribute, optAttribute, optAttribute, optAttribute, optAttributeCs, optBooleanAttribute, optBooleanAttributeDefaultTrue, optElement, optElement, optElement, optElement, optElement, optElement, optEscape, optIntAttribute, optIntAttribute, optIntElement, optLongAttribute, optTextChild, optXmlLangAttribute, prelude, prelude, rightAngleBracket, subSequence, text, toList, toString, toXML, write, xmllangAttribute, xmlnsAttribute
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
-
-
-
Constructor Detail
-
IQChildElementXmlStringBuilder
public IQChildElementXmlStringBuilder(ExtensionElement pe)
-
-
Method Detail
-
setEmptyElement
public void setEmptyElement()
-
-