(int index)
| 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]; |
no outgoing calls
no test coverage detected