Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALANOUTPUTSTREAMPRINTWRITER_HEADER_GUARD_1357924680)
19 #define XALANOUTPUTSTREAMPRINTWRITER_HEADER_GUARD_1357924680
36 XALAN_CPP_NAMESPACE_BEGIN
56 bool fAutoFlush =
false);
61 bool fAutoFlush =
false);
87 size_t theLength = npos);
91 const XalanDOMChar* s,
104 #if !defined(XALAN_BOOL_AS_INT)
115 size_t theLength = npos);
119 const XalanDOMChar* s,
137 #if !defined(XALAN_BOOL_AS_INT)
148 size_t theLength = npos);
152 const XalanDOMChar* s,
187 bool m_flushWideChars;
192 XALAN_CPP_NAMESPACE_END
196 #endif // XALANOUTPUTSTREAMPRINTWRITER_HEADER_GUARD_1357924680
virtual void write(XalanDOMChar c)
Writes a character.
virtual void print(const XalanDOMChar *s, XalanDOMString::size_type theLength=XalanDOMString::npos)
virtual void flush()
Flush the stream.
virtual void write(const XalanDOMChar *s, XalanDOMString::size_type theOffset=0, XalanDOMString::size_type theLength=XalanDOMString::npos)
Writes a string.
virtual void write(const char *s, size_t theOffset=0, size_t theLength=npos)
Writes a string.
virtual ~XalanOutputStreamPrintWriter()
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
virtual const XalanOutputStream * getStream() const
Get the stream associated with the writer...
virtual void println(const XalanDOMString &s)
virtual void println(const XalanDOMChar *s, XalanDOMString::size_type theLength=XalanDOMString::npos)
virtual void print(long l)
virtual void println(double x)
virtual void close()
Close the stream.
virtual void print(char c)
virtual void print(const char *s, size_t theLength=npos)
virtual void print(double d)
virtual void println(bool x)
XalanOutputStreamPrintWriter(XalanOutputStream &theOutputStream, bool fAutoFlush=false)
Construct a XalanOutputStreamPrintWriter instance.
static XalanOutputStreamPrintWriter * create(XalanOutputStream &theOutputStream, bool fAutoFlush=false)
virtual void println(int x)
virtual void print(int i)
virtual void print(bool b)
virtual void print(const XalanDOMString &s)
virtual void println(char x)
virtual void write(const XalanDOMString &s, XalanDOMString::size_type theOffset=0, XalanDOMString::size_type theLength=XalanDOMString::npos)
Writes a string.
virtual void println(const char *s, size_t theLength=npos)
virtual bool checkError() const
Flush the stream, then check the error status.
virtual XalanOutputStream * getStream()
Get the stream associated with the writer...
virtual void println(long x)
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.
|
|