OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodeAttributes
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java
346
NamedNodeMap
nodeAttributes
= xmlNode.getAttributes();
347
if (
nodeAttributes
!= null) {
348
Node attr =
nodeAttributes
.getNamedItemNS(uri, attrName);
406
NamedNodeMap
nodeAttributes
= xmlNode.getAttributes();
407
if (
nodeAttributes
!= null) {
409
int n =
nodeAttributes
.getLength();
412
Node attr =
nodeAttributes
.item(i);
/prebuilt/common/ant/
ant.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 71 milliseconds