public interface XmppElementCallback extends CompleteElementCallback
XmlSplitter.| Modifier and Type | Method and Description |
|---|---|
void |
streamClosed()
Invoked when a XMPP 'stream' close tag has been read.
|
void |
streamOpened(String prefix,
Map<String,String> attributes)
Invoked if a new XMPP 'stream' open tag has been read.
|
onCompleteElementvoid streamOpened(String prefix, Map<String,String> attributes)
prefix - the prefix of the 'stream' element.attributes - the attributes of the 'stream' element.void streamClosed()