Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(NULLPRINTWRITER_HEADER_GUARD_1357924680)
19 #define NULLPRINTWRITER_HEADER_GUARD_1357924680
33 XALAN_CPP_NAMESPACE_BEGIN
62 size_t theLength = npos);
66 const XalanDOMChar* s,
79 #if !defined(XALAN_BOOL_AS_INT)
90 size_t theLength = npos);
94 const XalanDOMChar* s,
112 #if !defined(XALAN_BOOL_AS_INT)
123 size_t theLength = npos);
127 const XalanDOMChar* s,
156 XALAN_CPP_NAMESPACE_END
160 #endif // NULLPRINTWRITER_HEADER_GUARD_1357924680
virtual void print(int i)
virtual void println(const char *s, size_t theLength=npos)
NullPrintWriter(MemoryManager &theManager)
virtual void print(bool b)
virtual void println(bool x)
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
virtual void print(const XalanDOMString &s)
virtual void println(char x)
virtual void print(const char *s, size_t theLength=npos)
virtual ~NullPrintWriter()
virtual void flush()
Flush the stream.
virtual void println(const XalanDOMString &s)
virtual void println(double x)
virtual void close()
Close the stream.
virtual bool checkError() const
Flush the stream, then check the error status.
virtual void println(int x)
virtual void println(long x)
virtual void print(long l)
virtual void write(const char *s, size_t theOffset=0, size_t theLength=npos)
Writes a string.
virtual void write(const XalanDOMChar *s, XalanDOMString::size_type theOffset=0, XalanDOMString::size_type theLength=XalanDOMString::npos)
Writes a string.
virtual void write(XalanDOMChar c)
Writes a character.
virtual void println(const XalanDOMChar *s, XalanDOMString::size_type theLength=XalanDOMString::npos)
virtual void print(double d)
virtual void write(const XalanDOMString &s, XalanDOMString::size_type theOffset=0, XalanDOMString::size_type theLength=XalanDOMString::npos)
Writes a string.
virtual void print(const XalanDOMChar *s, XalanDOMString::size_type theLength=XalanDOMString::npos)
virtual void print(char c)
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.
|
|