Package org.jxmpp.xml.splitter
Interface XmppElementCallback
- All Superinterfaces:
CompleteElementCallback
Callback for
XmlSplitter
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Methods inherited from interface org.jxmpp.xml.splitter.CompleteElementCallback
onCompleteElement
-
Method Details
-
streamOpened
Invoked if a new XMPP 'stream' open tag has been read.- Parameters:
prefix
- the prefix of the 'stream' element.attributes
- the attributes of the 'stream' element.
-
streamClosed
void streamClosed()Invoked when a XMPP 'stream' close tag has been read.
-