HomeSort by relevance Sort by last modified time
    Searched full:elementattributes (Results 1 - 2 of 2) sorted by null

  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 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);
    [all...]
  /external/vogar/lib/
kxml-libcore-20110123.jar 

Completed in 226 milliseconds