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,
168 const HandleType m_handle;
173 XALAN_CPP_NAMESPACE_END
177 #endif // XALANFILEOUTPUTSTREAM_HEADER_GUARD_1357924680
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
XalanTranscodingServices::size_type size_type
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
virtual void doFlush()=0
Flush the stream.
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
virtual void writeData(const char *theBuffer, size_type theBufferLength)=0
Write the data in the buffer.
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
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.
|
|