#include "Parser.h"
Go to the source code of this file.
Functions | |
char* | Dom2Str (DOMString &ds) |
convert a DOMString to the local character set. More... | |
char* | Num2Str (long num) |
convert a long to a string. More... | |
ostream& | operator<< (ostream &target, const DOMString &s) |
Global streaming operator for DOMString is defined in DOMPrint.cpp. More... |
Definition in file DOMTreeErrorReporter.cpp.
|
convert a DOMString to the local character set.
Definition at line 27 of file DOMTreeErrorReporter.cpp. Referenced by DOMTreeErrorReporter::error(), and DOMTreeErrorReporter::fatalError(). |
|
convert a long to a string.
Definition at line 38 of file DOMTreeErrorReporter.cpp. Referenced by DOMTreeErrorReporter::error(), and DOMTreeErrorReporter::fatalError(). |
|
Global streaming operator for DOMString is defined in DOMPrint.cpp.
|