34 #define PT_XML_VERSION_MAJOR 1
35 #define PT_XML_VERSION_MINOR 1
36 #define PT_XML_VERSION_REVISION 1
38 #if defined(PT_XML_API_EXPORT)
39 # define PT_XML_API PT_EXPORT
41 # define PT_XML_API PT_IMPORT
56 class DocTypeDefinition;
57 class DocTypeValidator;
61 class EntityReference;
66 class ProcessingInstruction;
71 class XmlDeserializer;
76 class XmlSerializationContext;