Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(DOMSTRING_PRINTWRITER_HEADER_GUARD_1357924680)
19 #define DOMSTRING_PRINTWRITER_HEADER_GUARD_1357924680
36 XALAN_CPP_NAMESPACE_BEGIN
52 return *m_outputString;
58 m_outputString = &newString;
76 size_t theLength = npos);
80 const XalanDOMChar* s,
85 write(XalanDOMChar c);
93 #if !defined(XALAN_BOOL_AS_INT)
104 size_t theLength = npos);
108 const XalanDOMChar* s,
126 #if !defined(XALAN_BOOL_AS_INT)
137 size_t theLength = npos);
141 const XalanDOMChar* s,
174 XALAN_CPP_NAMESPACE_END
178 #endif // DOMSTRING_PRINTWRITER_HEADER_GUARD_1357924680
virtual void close()=0
Close the stream.
virtual bool checkError() const =0
Flush the stream, then check the error status.
virtual void write(const char *s, size_t theOffset=0, size_t theLength=npos)=0
Writes a string.
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
virtual void flush()=0
Flush the stream.
void setString(XalanDOMString &newString)
virtual void print(bool b)=0
XalanDOMString & getString() const
XalanDOMString * m_outputString
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.
|
|