OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrAlt
(Results
1 - 2
of
2
) sorted by null
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapsetnameditemns04.java
83
Attr
attrAlt
;
93
attrAlt
= docAlt.createAttributeNS(nullNS, "street");
98
newNode = attributes.setNamedItemNS(
attrAlt
);
/libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapSetNamedItemNS.java
167
Attr
attrAlt
;
177
attrAlt
= docAlt.createAttributeNS(nullNS, "street");
182
attributes.setNamedItemNS(
attrAlt
);
Completed in 319 milliseconds