MCPcopy 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

writeMethod · 0.95
readIntFromXMLMethod · 0.45
parseMethod · 0.45

Calls 4

getAttributeCountMethod · 0.95
getAttributeNameMethod · 0.95
getAttributeNamespaceMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected