XalanOutputStream::TranscoderInternalFailureException::TranscoderInternalFailureException( const XalanDOMString& theEncoding, XalanDOMString& theBuffer) : XalanOutputStreamException( XalanMessageLoader::getMessage( theBuffer, XalanMessages::UnknownErrorOccurredWhileTranscodingToEncoding_1Param, theEncoding), theBuffer.getMemoryManager()), m_encoding( theEncoding, theBuffer.getMemoryManager()) { }
XalanOutputStream::UnsupportedEncodingException::UnsupportedEncodingException( const XalanDOMString& theEncoding, XalanDOMString& theBuffer) : XalanOutputStreamException( XalanMessageLoader::getMessage( theBuffer, XalanMessages::UnsupportedEncoding_1Param, theEncoding), theBuffer.getMemoryManager()), m_encoding( theEncoding, theBuffer.getMemoryManager()) { }
XalanOutputStream::TranscodingException::TranscodingException(XalanDOMString& theBuffer) : XalanOutputStreamException( XalanMessageLoader::getMessage( theBuffer, XalanMessages::AnErrorOccurredWhileTranscoding), theBuffer.getMemoryManager()) { }
XALAN_CPP_NAMESPACE_BEGIN DOMStringPrintWriter::DOMStringPrintWriter(XalanDOMString& theString) : PrintWriter(true, theString.getMemoryManager()), m_outputString(&theString) { }
XalanFileOutputStream::XalanFileOutputStreamWriteException::XalanFileOutputStreamWriteException( const XalanDOMString& theFileName, int theErrorCode, XalanDOMString& theBuffer, const Locator* theLocator) : XalanOutputStreamException( formatMessage( XalanMessageLoader::getMessage( theBuffer, XalanMessages::ErrorWritingFile_1Param, theFileName), theErrorCode, theBuffer), theBuffer.getMemoryManager(), theLocator) { }