Example #1
0
 private static Map<String, String> parseAttrs(Element elm) {
   return IDOMs.parseParams(elm, "attribute", "attribute-name", "attribute-value");
 }
Example #2
0
 private static Map<String, String> parseProps(Element elm) {
   return IDOMs.parseParams(elm, "property", "property-name", "property-value");
 }