OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elementAttributes
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/localize/
XMLHandler.h
132
vector<XMLAttribute>
elementAttributes
;
/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java
870
Map<String, String>
elementAttributes
= defaultAttributes.get(elementName);
871
if (
elementAttributes
== null) {
872
elementAttributes
= new HashMap<String, String>();
873
defaultAttributes.put(elementName,
elementAttributes
);
875
elementAttributes
.put(attributeName, value);
[
all
...]
Completed in 347 milliseconds