#include <judo.hpp>
Inheritance diagram for judo::ElementStream:
Public Member Functions | |
void | push (const char *data, int datasz) |
Push data into the stream for parsing. | |
void | reset () |
Reset the parser for a new XML document/stream. | |
Static Public Member Functions | |
Element * | parseAtOnce (const char *buffer) |
Parse a single buffer of XML. |
Definition at line 389 of file judo.hpp.
|
Push data into the stream for parsing.
Reimplemented in jabberoo::Session. Definition at line 50 of file ElementStream.cpp. |