MCPcopy 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

getAttributeValueMethod · 0.95
writeMethod · 0.95
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected