Package org.freerealm.xmlwrapper.city

Examples of org.freerealm.xmlwrapper.city.PrerequisitesXMLHelper


            } catch (Exception ex) {
            }
        }
        xml.append("</Properties>\n");

        xml.append(new PrerequisitesXMLHelper().toXML(unitType.getPrerequisitesIterator()));

        xml.append("</UnitType>");
        return xml.toString();
    }
View Full Code Here


                        }
                    }
                }
            }
        }
        new PrerequisitesXMLHelper().initializePrerequisites(realm.getSettlementImprovementManager(), unitType, XMLConverterUtility.findNode(node, "Prerequisites"));
        return unitType;
    }
View Full Code Here

TOP

Related Classes of org.freerealm.xmlwrapper.city.PrerequisitesXMLHelper

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.