scom = new StatServiceComment();
}
if (tag.equals("hostcomment")) {
hostComment = true;
hcom = new StatHostComment();
}
if (tag.equals("persistent")) { persistent = true; }
if (tag.equals("author")) { author = true; }
if (tag.equals("entry_type")) { entry_type = true; }
if (tag.equals("entry_time")) { entry_time = true; }