A factory class for creating XML serializers. More...
A factory class for creating XML serializers.
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.10 |
|