#include <streamsax2parser.hpp>
Inheritance diagram for StreamInputSource:
Public Methods | |
StreamInputSource () | |
~StreamInputSource () | |
void | setEncoding (const char *m_pszEncoding) |
void | writeData (const char *p_pszData, unsigned int p_uiDataLen) |
unsigned int | readData (char *const p_pszToFill, const unsigned int p_uiMaxToRead) |
void | flushData () |
unsigned int | available () |
const XMLCh * | getEncoding () const |
BinInputStream * | makeStream () const |
void | setComplete () |
|
Definition at line 118 of file streamsax2parser.cpp. References setEncoding(), and STREAMINPUTSOURCE_TOKENSIZE. |
|
Definition at line 131 of file streamsax2parser.cpp. |
|
Definition at line 267 of file streamsax2parser.cpp. Referenced by StreamSAX2Parser::commitStream(), readData(), and writeData(). |
|
Definition at line 258 of file streamsax2parser.cpp. |
|
Definition at line 280 of file streamsax2parser.cpp. |
|
Definition at line 290 of file streamsax2parser.cpp. |
|
Definition at line 198 of file streamsax2parser.cpp. References available(), STREAMINPUTSOURCE_TOKENSIZE, and STREAMINPUTSOURCE_TOKENSIZE2. Referenced by ProgressiveInputStream::readBytes(). |
|
Definition at line 298 of file streamsax2parser.cpp. Referenced by StreamSAX2Parser::commitStream(). |
|
Definition at line 108 of file streamsax2parser.cpp. References STRX(). Referenced by StreamInputSource(). |
|
Implements XMLStreamConsumer. Definition at line 144 of file streamsax2parser.cpp. References available(). Referenced by StreamSAX2Parser::writeData(). |