Example #1
0
 public void setAttribute(String name, String value) {
   if (hexmlAttributes == null) hexmlAttributes = new HFAttributeTable();
   hexmlAttributes.put(name, value);
 }