Package gld.xml

Examples of gld.xml.XMLElement


      loader.load(this, statsOverlay);
    }
  }

  public XMLElement saveSelf() throws XMLCannotSaveException
  XMLElement result = super.saveSelf();
    /* This code is buggy
    result.addAttribute(new XMLAttribute("saved-by", "simulator"));
     result.addAttribute(new XMLAttribute("tlc-category",
        menuBar.getTLCMenu().getCategory()));
    result.addAttribute(new XMLAttribute("tlc-number",
View Full Code Here

TOP

Related Classes of gld.xml.XMLElement

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.