Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ getAttributeValue
Method
getAttributeValue
src/org/kxml2/kdom/Element.java:96–98 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
94
95
96
public
String getAttributeValue (
int
index) {
97
return
((String []) attributes.elementAt (index)) [2];
98
}
99
100
101
public
String getAttributeValue (String namespace, String name) {
Callers
4
loadChaptersAndBookDescriptor
Method · 0.95
write
Method · 0.95
readIntFromXML
Method · 0.45
parse
Method · 0.45
Calls
4
getAttributeCount
Method · 0.95
getAttributeName
Method · 0.95
getAttributeNamespace
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected