String[] childNames = format.getChildNames(elementName);booleanhasChildren =true; String separator =" ";// symbol to place between childrenString terminator ="";// symbol to follow last childString repeater ="";// "*" if repeatingswitch(format.getChildPolicy(elementName)) {ca...