ParseStackElement.popState(this);
}
else if (rawName.equals("domain"))
{
Domain domain = new Domain();
domain.loadFromXML(attributes, database.getPlatform());
database.addDomain(domain);
}
else if (rawName.equals("table"))
{
currTable = database.addTable(attributes);