|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.extensions.coin.CoinIQProvider
public class CoinIQProvider
An implementation of a Coin IQ provider that parses incoming Coin IQs.
| Constructor Summary | |
|---|---|
CoinIQProvider()
Constructor. |
|
| Method Summary | |
|---|---|
org.jivesoftware.smack.packet.IQ |
parseIQ(org.xmlpull.v1.XmlPullParser parser)
Parse the Coin IQ sub-document and returns the corresponding CoinIQ. |
static String |
parseText(org.xmlpull.v1.XmlPullParser parser)
Returns the content of the next XmlPullParser.TEXT element that
we encounter in parser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoinIQProvider()
| Method Detail |
|---|
public org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
throws Exception
parseIQ in interface org.jivesoftware.smack.provider.IQProviderparser - XML parser
Exception - if something goes wrong during parsing
public static String parseText(org.xmlpull.v1.XmlPullParser parser)
throws Exception
XmlPullParser.TEXT element that
we encounter in parser.
parser - the parse that we'll be probing for text.
XmlPullParser.TEXT element we
come across or null if we encounter a closing tag first.
Exception - if an error occurs parsing the XML.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||