Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALANFILEOUTPUTSTREAM_HEADER_GUARD_1357924680)
19 #define XALANFILEOUTPUTSTREAM_HEADER_GUARD_1357924680
28 #if defined(XALAN_WINDOWS)
41 XALAN_CPP_NAMESPACE_BEGIN
44 #if defined(XALAN_STRICT_ANSI_HEADERS)
52 enum { eDefaultBufferSize = 8192u };
54 #if defined(XALAN_WINDOWS)
55 typedef HANDLE HandleType;
68 MemoryManager& theManager,
69 size_type theBufferSize = eDefaultBufferSize);
74 MemoryManager& theManager,
75 size_type theBufferSize = eDefaultBufferSize);
95 const Locator* theLocator = 0);
100 virtual const XalanDOMChar*
108 static const XalanDOMChar m_type[];
127 const Locator* theLocator = 0);
132 virtual const XalanDOMChar*
139 static const XalanDOMChar m_type[];
147 const char* theBuffer,
173 XALAN_CPP_NAMESPACE_END
177 #endif // XALANFILEOUTPUTSTREAM_HEADER_GUARD_1357924680
XalanFileOutputStream(const XalanDOMString &theFileName, MemoryManager &theManager, size_type theBufferSize=eDefaultBufferSize)
Construct an XalanFileOutputStream object.
XalanFileOutputStreamWriteException(const XalanDOMString &theFileName, int theErrorCode, XalanDOMString &theBuffer, const Locator *theLocator=0)
Construct an XalanFileOutputStreamOpen exception object for an exception that occurred while writing ...
virtual ~XalanFileOutputStreamOpenException()
virtual ~XalanFileOutputStreamWriteException()
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
XalanTranscodingServices::size_type size_type
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
static XalanFileOutputStream * create(const XalanDOMString &theFileName, MemoryManager &theManager, size_type theBufferSize=eDefaultBufferSize)
virtual ~XalanFileOutputStream()
virtual void doFlush()
Flush the stream.
XalanFileOutputStreamOpenException(const XalanDOMString &theFileName, int theErrorCode, XalanDOMString &theBuffer, const Locator *theLocator=0)
Construct an XalanFileOutputStreamOpen exception object for an exception that occurred on opening a t...
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
virtual void writeData(const char *theBuffer, size_type theBufferLength)
Write the data in the buffer.
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.
|
|