XmlParser without "Simple" is enough to address itself.
Change-Id: Ib2d41d75674763be9e2757bb05c592d5fa655eaa
source_file = [
- 'tvgSimpleXmlParser.h',
'tvgSvgLoader.h',
'tvgSvgLoaderCommon.h',
'tvgSvgPath.h',
'tvgSvgSceneBuilder.h',
- 'tvgSimpleXmlParser.cpp',
+ 'tvgXmlParser.h',
'tvgSvgLoader.cpp',
'tvgSvgPath.cpp',
'tvgSvgSceneBuilder.cpp',
+ 'tvgXmlParser.cpp'
]
subloader_dep += [declare_dependency(
#include <float.h>
#include <math.h>
#include "tvgLoaderMgr.h"
-#include "tvgSimpleXmlParser.h"
+#include "tvgXmlParser.h"
#include "tvgSvgLoader.h"
/************************************************************************/
#include <cstring>
#include <alloca.h>
-#include "tvgSimpleXmlParser.h"
+#include "tvgXmlParser.h"
static const char* _simpleXmlFindWhiteSpace(const char* itr, const char* itrEnd)
{
}
return nullptr;
-}
\ No newline at end of file
+}