Krita Source Code Documentation
Loading...
Searching...
No Matches
KoXmlWriter.cpp File Reference
#include "KoXmlWriter.h"
#include <StoreDebug.h>
#include <QByteArray>
#include <QStack>
#include <float.h>
#include "../global/kis_dom_utils.h"

Go to the source code of this file.

Classes

class  KoXmlWriter
 

Variables

static const int s_escapeBufferLen = 10000
 
static const int s_indentBufferLength = 100
 

Variable Documentation

◆ s_escapeBufferLen

const int s_escapeBufferLen = 10000
static

Definition at line 17 of file KoXmlWriter.cpp.

◆ s_indentBufferLength

const int s_indentBufferLength = 100
static

Definition at line 16 of file KoXmlWriter.cpp.