Maker Maker .put("", .maker("")); package org.apache.fop.fo.properties; import java.util.HashMap; import java.util.Set; //import org.apache.fop.svg.*; public class PropertyMapping { private static HashMap s_htGeneric = new HashMap(); private static HashMap s_htElementLists = new HashMap(); private static HashMap s_ht; public static HashMap getGenericMappings() { return s_htGeneric; } public static Set getElementMappings() { return s_htElementLists.keySet(); } public static HashMap getElementMapping(String elemName) { return (HashMap)s_htElementLists.get(elemName); } } static { // Generate the generic mapping } static { s_ht = new HashMap(); s_htElementLists.put("", s_ht); s_ht } /* PROPCLASS = */