Home | History | Annotate | Download | only in io

Lines Matching refs:defaultAttributes

129     private Map<String, Map<String, String>> defaultAttributes;
867 if (defaultAttributes == null) {
868 defaultAttributes = new HashMap<String, Map<String, String>>();
870 Map<String, String> elementAttributes = defaultAttributes.get(elementName);
873 defaultAttributes.put(elementName, elementAttributes);
1142 if (defaultAttributes != null) {
1143 Map<String, String> elementDefaultAttributes = defaultAttributes.get(name);