Home
last modified time | relevance | path

Searched refs:MessageReporter (Results 1 – 8 of 8) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DMessageReporter.h24 class SP_API MessageReporter : public MessageFormatter, public Messenger {
32 MessageReporter(OutputCharStream *);
33 ~MessageReporter();
44 MessageReporter(const MessageReporter &); // undefined
45 void operator=(const MessageReporter &); // undefined
58 OutputCharStream &MessageReporter::os() in os()
64 void MessageReporter::setProgramName(const StringC &programName) in setProgramName()
70 OutputCharStream *MessageReporter::releaseMessageStream() in releaseMessageStream()
H A DGenericEventHandler.h85 MessageReporter &reporter,
92 WrapReporter(MessageReporter *r) : reporter(r), origStream(0) { in WrapReporter()
102 MessageReporter *reporter;
107 MessageReporter *reporter_;
H A DCmdLineApp.h30 class SP_API CmdLineApp : public MessageReporter {
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DMessageReporter.cxx24 MessageReporter::MessageReporter(OutputCharStream *os) in MessageReporter() function in SP_NAMESPACE::MessageReporter
29 MessageReporter::~MessageReporter() in ~MessageReporter()
34 void MessageReporter::setMessageStream(OutputCharStream *os) in setMessageStream()
42 void MessageReporter::addOption(Option option) in addOption()
47 void MessageReporter::dispatchMessage(const Message &message) in dispatchMessage()
111 const ExternalInfo *MessageReporter::locationHeader(const Location &loc, in locationHeader()
117 const ExternalInfo *MessageReporter::locationHeader(const Origin *origin, in locationHeader()
195 void MessageReporter::printLocation(const ExternalInfo *externalInfo, in printLocation()
226 Boolean MessageReporter::getMessageText(const MessageFragment &frag, in getMessageText()
H A DParserApp.cxx119 addOption(MessageReporter::openEntities); in processOption()
123 addOption(MessageReporter::openElements); in processOption()
H A DMakefile.sub33 MessageReporter.o MessageTable.o OutputCharStream.o ConsoleOutput.o \
H A DCmdLineApp.cxx85 MessageReporter(0), in CmdLineApp()
H A DGenericEventHandler.cxx746 MessageReporter &reporter, in MsgGenericEventHandler()