Home | History | Annotate | Download | only in io

Lines Matching full:elementattributes

882         Map<String, String> elementAttributes = defaultAttributes.get(elementName);
883 if (elementAttributes == null) {
884 elementAttributes = new HashMap<String, String>();
885 defaultAttributes.put(elementName, elementAttributes);
887 elementAttributes.put(attributeName, value);