Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan-C++ XSL Transformer Version 1.0
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XercesDOMPrintWriter Member List
This is the complete list of members for XercesDOMPrintWriter, including all inherited members.
- checkError() const
[virtual]
- close()
[virtual]
- flush()
[virtual]
- initialize()
[static]
- m_fAutoFlush
[protected]
- m_OutputStream
[protected]
- print(bool b)
[virtual]
- print(char c)
[virtual]
- print(const char* s, unsigned int theLength = UINT_MAX)
[virtual]
- print(const XMLCh* s, unsigned int theLength = UINT_MAX)
[virtual]
- print(double d)
[virtual]
- print(int i)
[virtual]
- print(long l)
[virtual]
- print(const DOMString& s)
[virtual]
- PrintWriter::print(const XalanDOMChar* s, unsigned int theLength = UINT_MAX) = 0
[pure virtual]
- PrintWriter::print(const XalanDOMString& s) = 0
[pure virtual]
- println()
[virtual]
- println(bool b)
[virtual]
- println(char c)
[virtual]
- println(const char* s, unsigned int theLength = UINT_MAX)
[virtual]
- println(const XMLCh* s, unsigned int theLength = UINT_MAX)
[virtual]
- println(double d)
[virtual]
- println(int i)
[virtual]
- println(long l)
[virtual]
- println(const DOMString& s)
[virtual]
- PrintWriter::println(const XalanDOMChar* s, unsigned int theLength = UINT_MAX) = 0
[pure virtual]
- PrintWriter::println(const XalanDOMString& s) = 0
[pure virtual]
- PrintWriter(bool fAutoFlush = false)
- s_falseString
[protected, static]
- s_newlineString
[protected, static]
- s_trueString
[protected, static]
- terminate()
[static]
- write(const char* s, unsigned int theOffset = 0, unsigned int theLength = UINT_MAX)
[virtual]
- write(const XMLCh* s, unsigned int theOffset = 0, unsigned int theLength = UINT_MAX)
[virtual]
- write(XMLCh c)
[virtual]
- write(const DOMString& s, unsigned int theOffset = 0, unsigned int theLength = UINT_MAX)
[virtual]
- PrintWriter::write(const XalanDOMChar* s, unsigned int theOffset = 0, unsigned int theLength = UINT_MAX) = 0
[pure virtual]
- PrintWriter::write(XalanDOMChar c) = 0
[pure virtual]
- PrintWriter::write(const XalanDOMString& s, unsigned int theOffset = 0, unsigned int theLength = UINT_MAX) = 0
[pure virtual]
- Writer()
- XercesDOMPrintWriter( TextOutputStream& theOutputStream, bool fAutoFlush = false)
- ~PrintWriter()
[virtual]
- ~Writer()
[virtual]
- ~XercesDOMPrintWriter()
[virtual]
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C++ header files.
Xalan-C++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.
|
|