#include "Parser.h"
Go to the source code of this file.
Functions | |
ostream& | operator<< (ostream &target, const DOMString &s) |
ostream << DOMString. More... |
Definition in file DOMPrintFormatTarget.cpp.
|
ostream << DOMString. Stream out a DOM string. Doing this requires that we first transcode to char * form in the default code page for the system Definition at line 68 of file DOMPrintFormatTarget.cpp. |