equal
deleted
inserted
replaced
2 #ifndef _XMLDITADOCVISITOR_H |
2 #ifndef _XMLDITADOCVISITOR_H |
3 #define _XMLDITADOCVISITOR_H |
3 #define _XMLDITADOCVISITOR_H |
4 |
4 |
5 #include "docvisitor.h" |
5 #include "docvisitor.h" |
6 #include "xmlwriter.h" |
6 #include "xmlwriter.h" |
7 #include "xmlditatrace.h" |
|
8 #include <qstack.h> |
7 #include <qstack.h> |
9 #include <qcstring.h> |
8 #include <qcstring.h> |
10 #include <qmap.h> |
9 #include <qmap.h> |
11 #include <qdict.h> |
10 #include <qdict.h> |
12 |
11 |
149 // Default pop of a single element |
148 // Default pop of a single element |
150 void visitPostDefault(const QString &elem); |
149 void visitPostDefault(const QString &elem); |
151 |
150 |
152 void startXref(const QString &href,const QString &text); |
151 void startXref(const QString &href,const QString &text); |
153 void endXref(); |
152 void endXref(); |
|
153 bool canPushPara() const; |
|
154 bool canPopPara() const; |
154 //-------------------------------------- |
155 //-------------------------------------- |
155 // state variables |
156 // state variables |
156 //-------------------------------------- |
157 //-------------------------------------- |
157 XmlStream& xmlStream; |
158 XmlStream& xmlStream; |
158 XmlElementStack xmlElemStack; |
159 XmlElementStack xmlElemStack; |