tigase.jaxmpp.core.client.xmpp.stanzas
Class IQ
java.lang.Object
tigase.jaxmpp.core.client.xml.ElementWrapper
tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
tigase.jaxmpp.core.client.xmpp.stanzas.IQ
- All Implemented Interfaces:
- Element
public class IQ
- extends Stanza
Representation of IQ stanza.
| Methods inherited from class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza |
canBeConverted, create, getErrorCondition, getFrom, getId, getTo, getType, getType, setFrom, setId, setTo, setType |
| Methods inherited from class tigase.jaxmpp.core.client.xml.ElementWrapper |
addChild, equals, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNS |
IQ
public IQ(Element element)
throws XMLException
- Throws:
XMLException
create
public static final IQ create()
throws XMLException
- Throws:
XMLException
getQuery
public Element getQuery()
throws XMLException
- Return <query/> child element.
- Returns:
null is <query/> doesn't exists
- Throws:
XMLException
Copyright © 2006-2012 Tigase. All Rights Reserved.