equal
deleted
inserted
replaced
32 |
32 |
33 #include <SenXmlConstants.h> |
33 #include <SenXmlConstants.h> |
34 |
34 |
35 #include <xml/attribute.h> // needed for RAttributeArray |
35 #include <xml/attribute.h> // needed for RAttributeArray |
36 #include <xml/parserfeature.h> // for TParserFeature enumeration |
36 #include <xml/parserfeature.h> // for TParserFeature enumeration |
37 #include <xml/dom/xmlengserializationoptions.h> // for TSerializationOptions |
37 #include <xmlengserializationoptions.h> // for TSerializationOptions |
38 #include <xml/dom/xmlengbinarycontainer.h> |
38 #include <xmlengbinarycontainer.h> |
39 #include <xml/dom/xmlengnodelist.h> |
39 #include <xmlengnodelist.h> |
40 |
40 |
41 |
41 |
42 typedef unsigned char xmlChar; // from "libxml/Libxml2_xmlstring.h" |
42 typedef unsigned char xmlChar; // from "libxml/Libxml2_xmlstring.h" |
43 |
43 |
44 using namespace Xml; |
44 using namespace Xml; |