Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(WRITER_HEADER_GUARD_1357924680)
19 #define WRITER_HEADER_GUARD_1357924680
36 XALAN_CPP_NAMESPACE_BEGIN
80 #if defined(XALAN_INLINE_INITIALIZATION)
81 static const size_t npos = ~0u;
97 size_t theLength = npos) = 0;
108 const XalanDOMChar* s,
147 XALAN_CPP_NAMESPACE_END
151 #endif // WRITER_HEADER_GUARD_1357924680
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
virtual void write(const XalanDOMChar *s, XalanDOMString::size_type theOffset=0, XalanDOMString::size_type theLength=XalanDOMString::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 char *s, size_t theOffset=0, size_t theLength=npos)=0
Writes a string.
virtual XalanOutputStream * getStream()
Get the stream associated with the writer...
virtual const XalanOutputStream * getStream() const
Get the stream associated with the writer...
virtual void write(const XalanDOMString &s, XalanDOMString::size_type theOffset=0, XalanDOMString::size_type theLength=XalanDOMString::npos)=0
Writes a string.
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.
|
|