public interface ElementListener
| Modifier and Type | Method and Description |
|---|---|
void |
onReceivedElement(ByteBuffer element)
This is called when an entire binary XML element is received.
|
void onReceivedElement(ByteBuffer element) throws EncodingException
element - The binary XML element. This buffer is only valid during
this call. If you need the data
later, you must copy.EncodingExceptionCopyright © 2015. All rights reserved.