//}
}
public void EnableDebugger2(Attributes attributes) throws SAXParseException
{
EnableDebugger enableDebugger2 = new EnableDebugger(stagEnableDebugger2);
enableDebugger2.password = getAttribute(attributes, "password");
tagHandler.enableDebugger2(enableDebugger2);
}