Exemple #1
0
 public Element(final AttributeItem it) {
   type = it.type();
   item = it.name();
   size = it.size();
 }