A factory class for creating XML serializers. More...
#include <XalanXMLSerializerFactory.hpp>
A factory class for creating XML serializers.
Definition at line 51 of file XalanXMLSerializerFactory.hpp.
static FormatterListener* XalanXMLSerializerFactory::create | ( | MemoryManager & | theManager, | |
Writer & | theWriter, | |||
const XalanDOMString & | theVersion, | |||
bool | doIndent, | |||
int | theIndentAmount, | |||
const XalanDOMString & | theEncoding, | |||
const XalanDOMString & | theMediaType, | |||
const XalanDOMString & | theDoctypeSystem, | |||
const XalanDOMString & | theDoctypePublic, | |||
bool | generateXMLDeclaration, | |||
const XalanDOMString & | theStandaloneString | |||
) | [static] |
Create a FormatterListener for generating XML markup.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|