mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-08 21:17:39 +03:00
23002568a6
* global.data globals.c tree.c include/libxml/globals.h win32/libxml2.def.src win32/dsp/libxml2.def.src: changed default value for global parameter xmlIndentTreeOutput to 1 and introduced new global parameter xmlTreeIndentString (the string used to do one-level indent) with default value " " (as it was in tree.c)
23 lines
707 B
Plaintext
23 lines
707 B
Plaintext
int,oldXMLWDcompatibility
|
|
xmlBufferAllocationScheme,xmlBufferAllocScheme
|
|
int,xmlDefaultBufferSize
|
|
xmlSAXHandler,xmlDefaultSAXHandler
|
|
xmlSAXLocator,xmlDefaultSAXLocator
|
|
int,xmlDoValidityCheckingDefaultValue
|
|
xmlGenericErrorFunc,xmlGenericError
|
|
void *,xmlGenericErrorContext
|
|
int,xmlGetWarningsDefaultValue
|
|
int,xmlIndentTreeOutput
|
|
const char *,xmlTreeIndentString
|
|
int,xmlKeepBlanksDefaultValue
|
|
int,xmlLineNumbersDefaultValue
|
|
int,xmlLoadExtDtdDefaultValue
|
|
int,xmlParserDebugEntities
|
|
const char *,xmlParserVersion
|
|
int,xmlPedanticParserDefaultValue
|
|
int,xmlSaveNoEmptyTags
|
|
#const xmlChar,xmlStringComment,[]
|
|
#const xmlChar,xmlStringText,[]
|
|
#const xmlChar,xmlStringTextNoenc,[]
|
|
int,xmlSubstituteEntitiesDefaultValue
|