Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ getAttributeName
Method
getAttributeName
src/org/kxml2/kdom/Element.java:91–93 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
89
}*/
90
91
public
String getAttributeName (
int
index) {
92
return
((String []) attributes.elementAt (index)) [1];
93
}
94
95
96
public
String getAttributeValue (
int
index) {
Callers
3
getAttributeValue
Method · 0.95
write
Method · 0.95
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected