A factory class for creating XML serializers. More...
#include <XalanXMLSerializerFactory.hpp>
Static Public Member Functions | |
static FormatterListener * | 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) |
Create a FormatterListener for generating XML markup. More... | |
A factory class for creating XML serializers.
Definition at line 51 of file XalanXMLSerializerFactory.hpp.
|
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 |
|