#include <ACEXML/common/ACEXML_StreamFactory.h>
Public Member Functions | |
virtual | ~ACEXML_StreamFactory (void) |
virtual ACEXML_CharStream * | create_stream (const ACEXML_Char *uri) |
ACEXML_HttpCharStream depending on the URI supplied.
ACEXML_StreamFactory::~ACEXML_StreamFactory | ( | void | ) | [virtual] |
ACEXML_CharStream * ACEXML_StreamFactory::create_stream | ( | const ACEXML_Char * | uri | ) | [virtual] |
Create the appropriate stream from the uri passed and return the stream. The caller is responsible for deallocating the returned stream.
uri | SYSTEM id or a stream of characters (in the case of a StrCharStream). |