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