예제 #1
0
 private void printAttribute(StringBuffer buffer, MiniAttribute attribute) {
   buffer.append(attribute.getName());
   buffer.append("=\"");
   buffer.append(attribute.getValue());
   buffer.append("\"");
 }