Example #1
0
 public String getAttribute(String name) {
   if (hexmlAttributes != null) return hexmlAttributes.get(name);
   return null;
 }