MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getAttributeNamespace

Method getAttributeNamespace

src/org/kxml2/kdom/Element.java:83–85  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

81 }
82
83 public String getAttributeNamespace (int index) {
84 return ((String []) attributes.elementAt (index)) [0];
85 }
86
87/* public String getAttributePrefix (int index) {
88 return ((String []) attributes.elementAt (index)) [1];

Callers 3

getAttributeValueMethod · 0.95
writeMethod · 0.95
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected