16 #if !defined(DOMSTRING_PRINTWRITER_HEADER_GUARD_1357924680)
17 #define DOMSTRING_PRINTWRITER_HEADER_GUARD_1357924680
34 XALAN_CPP_NAMESPACE_BEGIN
50 return *m_outputString;
56 m_outputString = &newString;
74 size_t theLength = npos);
78 const XalanDOMChar* s,
83 write(XalanDOMChar c);
91 #if !defined(XALAN_BOOL_AS_INT)
102 size_t theLength = npos);
106 const XalanDOMChar* s,
124 #if !defined(XALAN_BOOL_AS_INT)
135 size_t theLength = npos);
139 const XalanDOMChar* s,
172 XALAN_CPP_NAMESPACE_END
176 #endif // DOMSTRING_PRINTWRITER_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
virtual void write(const char *s, size_t theOffset=0, size_t theLength=npos)=0
Writes a string.
XalanDOMString & getString() const
Definition: DOMStringPrintWriter.hpp:48
virtual void close()=0
Close the stream.
void setString(XalanDOMString &newString)
Definition: DOMStringPrintWriter.hpp:54
Definition: PrintWriter.hpp:35
Definition: DOMStringPrintWriter.hpp:38
XalanDOMString * m_outputString
Definition: DOMStringPrintWriter.hpp:156
virtual void flush()=0
Flush the stream.
virtual void print(bool b)=0
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
Definition: XalanDOMString.hpp:63