public static class PacketParserUtils.UnparsedResultIQ extends IQ
ELEMENT, QUERY_ELEMENTDEFAULT_LANGUAGE, ITEM, TEXT| Constructor and Description |
|---|
PacketParserUtils.UnparsedResultIQ(java.lang.CharSequence content) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getChildElementXML()
Returns the sub-element XML section of the IQ packet, or null if there
isn't one.
|
createErrorResponse, createResultIQ, getType, setType, toXMLaddCommonAttributes, addExtension, addExtensions, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getTo, hashCode, removeExtension, setError, setFrom, setPacketID, setTo, toStringpublic PacketParserUtils.UnparsedResultIQ(java.lang.CharSequence content)
public java.lang.CharSequence getChildElementXML()
IQExtensions of this class must override this method.
getChildElementXML in class IQ