16 #if !defined(XALANOUTPUTSTREAMPRINTWRITER_HEADER_GUARD_1357924680)
17 #define XALANOUTPUTSTREAMPRINTWRITER_HEADER_GUARD_1357924680
34 XALAN_CPP_NAMESPACE_BEGIN
54 bool fAutoFlush =
false);
59 bool fAutoFlush =
false);
85 size_t theLength = npos);
89 const XalanDOMChar* s,
94 write(XalanDOMChar c);
102 #if !defined(XALAN_BOOL_AS_INT)
113 size_t theLength = npos);
117 const XalanDOMChar* s,
135 #if !defined(XALAN_BOOL_AS_INT)
146 size_t theLength = npos);
150 const XalanDOMChar* s,
185 bool m_flushWideChars;
190 XALAN_CPP_NAMESPACE_END
194 #endif // XALANOUTPUTSTREAMPRINTWRITER_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: XalanOutputStreamPrintWriter.hpp:42
virtual void write(const char *s, size_t theOffset=0, size_t theLength=npos)=0
Writes a string.
virtual void close()=0
Close the stream.
Definition: PrintWriter.hpp:35
virtual void flush()=0
Flush the stream.
virtual void print(bool b)=0
Definition: XalanOutputStream.hpp:47
Definition: XalanDOMString.hpp:42
virtual bool checkError() const =0
Flush the stream, then check the error status.
unsigned int size_type
Definition: XalanDOMString.hpp:53
virtual XalanOutputStream * getStream()
Get the stream associated with the writer...
Definition: XalanDOMString.hpp:63