return myNode;
}
public void loadXml(XmlNode node) {
if (!XML_NODE_NAME.equals(node.getName()))
throw new XmlException("Cannot read node");
_cur = node.getIntAttribute("cur");
_max = node.getIntAttribute("max");
_pts = node.getIntAttribute("points");
_ev = node.getIntAttribute("ev");