Beispiel #1
0
 public Tag toXML(String name) {
   Tag tag = toXML(this);
   tag.rename(name);
   return tag;
 }