18#if !defined(WRITER_HEADER_GUARD_1357924680)
19#define WRITER_HEADER_GUARD_1357924680
40class XalanOutputStream;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
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.
virtual void write(XalanDOMChar c)=0
Writes a character.
virtual void flush()=0
Flush the stream.
virtual void write(const XalanDOMString &s, XalanDOMString::size_type theOffset=0, XalanDOMString::size_type theLength=XalanDOMString::npos)=0
Writes a string.
virtual const XalanOutputStream * getStream() const
Get the stream associated with the writer...
virtual XalanOutputStream * getStream()
Get the stream associated with the writer...
virtual void write(const XalanDOMChar *s, XalanDOMString::size_type theOffset=0, XalanDOMString::size_type theLength=XalanDOMString::npos)=0
Writes a string.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)