188189190191192193194195
public void curve() {} public void DebugID(Attributes attributes) throws SAXParseException { DebugID debugId = new DebugID(parseUUID(getAttribute(attributes, "uuid"))); tagHandler.debugID(debugId); }
189190191192193194195196