Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALANFSTREAMOUTPUTSTREAM_HEADER_GUARD_1357924680)
19 #define XALANFSTREAMOUTPUTSTREAM_HEADER_GUARD_1357924680
37 XALAN_CPP_NAMESPACE_BEGIN
39 #if defined(XALAN_STRICT_ANSI_HEADERS)
47 enum { eDefaultBufferSize = 8192u };
58 MemoryManager& theManager,
59 size_type theBufferSize = eDefaultBufferSize);
64 MemoryManager& theManager,
65 size_type theBufferSize = eDefaultBufferSize);
87 virtual const XalanDOMChar*
94 static const XalanDOMChar m_type[];
101 const char* theBuffer,
120 FILE*
const m_handle;
125 XALAN_CPP_NAMESPACE_END
129 #endif // XALANFSTREAMOUTPUTSTREAM_HEADER_GUARD_1357924680
static XalanFStreamOutputStream * create(FILE *theFileHandle, MemoryManager &theManager, size_type theBufferSize=eDefaultBufferSize)
virtual void writeData(const char *theBuffer, size_type theBufferLength)
Write the data in the buffer.
XalanFStreamOutputStream(FILE *theFileHandle, MemoryManager &theManager, size_type theBufferSize=eDefaultBufferSize)
Construct a XalanFStreamOutputStream object.
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
virtual ~XalanFStreamOutputStreamWriteException()
virtual ~XalanFStreamOutputStream()
XalanFStreamOutputStreamWriteException(int theErrorCode, XalanDOMString &theBuffer)
Construct an XalanFStreamOutputStreamWriteException exception object for an exception that occurred w...
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
XalanTranscodingServices::size_type size_type
virtual void doFlush()
Flush the stream.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|