Bzw. was fuer Methoden auf folgendem rootNode moeglich _waeren_, meine C IDE spinnt leider und sagt mir rein gar nix

Keine Angst, bleibe weiterhin Java-Fan

using namespace std;
#include <map>
#include <list>
struct Expression;
struct DOMNode;
extern DOMNode* saxparse();
#include "query_parser.h"
#include "expression.h"
#include "minidom.h"
extern const Expression* theQuery;
// theQuery is the root of the parse tree of the query.
void evaluateQuery() {
DOMNode* rootNode = saxparse();
// this is the root node of the parsed input document.
}
EDIT: Habs hinbekommen. Die IDE war total verstellt, kA wie es kam. Dev++ kann man uebrigens ansonsten sehr empfehlen
